summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-15 14:14:04 +0530
committerTakashi Iwai <tiwai@suse.de>2026-09-15 12:07:42 +0200
commit121f6bb1457d2f79d1139ba951dd63c1f6c6dfdb (patch)
treecab33d31708b1c5fb65932b94cdf5875c2436921
parent895cc1e1eaf9d446e20da8788c679ffc639b50ce (diff)
downloadlinux-next-121f6bb1457d2f79d1139ba951dd63c1f6c6dfdb.tar.gz
linux-next-121f6bb1457d2f79d1139ba951dd63c1f6c6dfdb.zip
ALSA: usb-audio: fix typos in comments
Correct spelling mistakes in comments. No functional change. Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260915084424.1007757-4-hemanth.selam@gmail.com
-rw-r--r--sound/usb/mixer.c4
-rw-r--r--sound/usb/mixer_us16x08.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/usb/mixer.c b/sound/usb/mixer.c
index ecaa8bc08d7c..33a6a1281410 100644
--- a/sound/usb/mixer.c
+++ b/sound/usb/mixer.c
@@ -786,7 +786,7 @@ static int parse_term_uac2_iterm_unit(struct mixer_build *state,
return err;
/* save input term properties after recursion,
- * to ensure they are not overriden by the recursion calls
+ * to ensure they are not overridden by the recursion calls
*/
term->id = id;
term->type = le16_to_cpu(d->wTerminalType);
@@ -809,7 +809,7 @@ static int parse_term_uac3_iterm_unit(struct mixer_build *state,
return err;
/* save input term properties after recursion,
- * to ensure they are not overriden by the recursion calls
+ * to ensure they are not overridden by the recursion calls
*/
term->id = id;
term->type = le16_to_cpu(d->wTerminalType);
diff --git a/sound/usb/mixer_us16x08.h b/sound/usb/mixer_us16x08.h
index 7b8583dd3b07..e98fe55265d1 100644
--- a/sound/usb/mixer_us16x08.h
+++ b/sound/usb/mixer_us16x08.h
@@ -60,7 +60,7 @@
#define SND_US16X08_ID_EQHIGHMIDLEVEL 0x03
#define SND_US16X08_ID_EQHIGHLEVEL 0x04
-/* EQ frequence IDs */
+/* EQ frequency IDs */
#define SND_US16X08_ID_EQLOWFREQ 0x11
#define SND_US16X08_ID_EQLOWMIDFREQ 0x12
#define SND_US16X08_ID_EQHIGHMIDFREQ 0x13