Skip to content

Commit f5183ee

Browse files
pedrodeoliamarantetiwai
authored andcommitted
ALSA: hda/generic: fix typos in comments
Fix 'ony' -> 'only' and 'evalute' -> 'evaluate' in code comments. Signed-off-by: Pedro Amarante <ppedrolia@gmail.com> Link: https://patch.msgid.link/20260208052439.11498-1-ppedrolia@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent ac1ff57 commit f5183ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/hda/codecs/generic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ static int count_multiio_pins(struct hda_codec *codec, hda_nid_t reference_pin)
15171517
/*
15181518
* multi-io helper
15191519
*
1520-
* When hardwired is set, try to fill ony hardwired pins, and returns
1520+
* When hardwired is set, try to fill only hardwired pins, and returns
15211521
* zero if any pins are filled, non-zero if nothing found.
15221522
* When hardwired is off, try to fill possible input pins, and returns
15231523
* the badness value.
@@ -4889,7 +4889,7 @@ static int check_auto_mic_availability(struct hda_codec *codec)
48894889
* snd_hda_gen_path_power_filter - power_filter hook to make inactive widgets
48904890
* into power down
48914891
* @codec: the HDA codec
4892-
* @nid: NID to evalute
4892+
* @nid: NID to evaluate
48934893
* @power_state: target power state
48944894
*/
48954895
unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec,

0 commit comments

Comments
 (0)