summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Amarante <ppedrolia@gmail.com>2026-02-08 08:24:39 +0300
committerTakashi Iwai <tiwai@suse.de>2026-02-08 11:25:42 +0300
commitf5183ee97bd67b3dd3cc6fb2fc97f2a6d3e36458 (patch)
tree94e485c76d86c4af5b0dd798e1debf0d53aa636d
parentac1ff574bbc09a6c90f4fe8f9e6b8d66c983064c (diff)
downloadlinux-f5183ee97bd67b3dd3cc6fb2fc97f2a6d3e36458.tar.xz
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>
-rw-r--r--sound/hda/codecs/generic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/hda/codecs/generic.c b/sound/hda/codecs/generic.c
index 443500a3518f..b75a5e9470df 100644
--- a/sound/hda/codecs/generic.c
+++ b/sound/hda/codecs/generic.c
@@ -1517,7 +1517,7 @@ static int count_multiio_pins(struct hda_codec *codec, hda_nid_t reference_pin)
/*
* multi-io helper
*
- * When hardwired is set, try to fill ony hardwired pins, and returns
+ * When hardwired is set, try to fill only hardwired pins, and returns
* zero if any pins are filled, non-zero if nothing found.
* When hardwired is off, try to fill possible input pins, and returns
* the badness value.
@@ -4889,7 +4889,7 @@ static int check_auto_mic_availability(struct hda_codec *codec)
* snd_hda_gen_path_power_filter - power_filter hook to make inactive widgets
* into power down
* @codec: the HDA codec
- * @nid: NID to evalute
+ * @nid: NID to evaluate
* @power_state: target power state
*/
unsigned int snd_hda_gen_path_power_filter(struct hda_codec *codec,