Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Pedro Amarante and committed by
Takashi Iwai
f5183ee9 ac1ff574

+2 -2
+2 -2
sound/hda/codecs/generic.c
··· 1517 1517 /* 1518 1518 * multi-io helper 1519 1519 * 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 1521 1521 * zero if any pins are filled, non-zero if nothing found. 1522 1522 * When hardwired is off, try to fill possible input pins, and returns 1523 1523 * the badness value. ··· 4889 4889 * snd_hda_gen_path_power_filter - power_filter hook to make inactive widgets 4890 4890 * into power down 4891 4891 * @codec: the HDA codec 4892 - * @nid: NID to evalute 4892 + * @nid: NID to evaluate 4893 4893 * @power_state: target power state 4894 4894 */ 4895 4895 unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec,