[PATCH v2 03/23] ALSA: usb-audio: fix typos in comments
From: Hemanth Selam
Date: Tue Sep 15 2026 - 05:26:28 EST
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
sound/usb/mixer.c | 4 ++--
sound/usb/mixer_us16x08.h | 2 +-
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
--
2.48.1