Skip to content

Commit 716a0c2

Browse files
Colin Ian Kingtiwai
authored andcommitted
ALSA: usb-audio: fix spelling mistake "Frequence" -> "Frequency"
There are spelling mistakes in equalizer name fields, fix them. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 502f389 commit 716a0c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sound/usb/mixer_us16x08.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ static const struct snd_us16x08_control_params eq_controls[] = {
11091109
.control_id = SND_US16X08_ID_EQLOWFREQ,
11101110
.type = USB_MIXER_U8,
11111111
.num_channels = 16,
1112-
.name = "EQ Low Frequence",
1112+
.name = "EQ Low Frequency",
11131113
},
11141114
{ /* EQ mid low gain */
11151115
.kcontrol_new = &snd_us16x08_eq_gain_ctl,
@@ -1123,7 +1123,7 @@ static const struct snd_us16x08_control_params eq_controls[] = {
11231123
.control_id = SND_US16X08_ID_EQLOWMIDFREQ,
11241124
.type = USB_MIXER_U8,
11251125
.num_channels = 16,
1126-
.name = "EQ MidLow Frequence",
1126+
.name = "EQ MidLow Frequency",
11271127
},
11281128
{ /* EQ mid low Q */
11291129
.kcontrol_new = &snd_us16x08_eq_mid_width_ctl,
@@ -1144,7 +1144,7 @@ static const struct snd_us16x08_control_params eq_controls[] = {
11441144
.control_id = SND_US16X08_ID_EQHIGHMIDFREQ,
11451145
.type = USB_MIXER_U8,
11461146
.num_channels = 16,
1147-
.name = "EQ MidHigh Frequence",
1147+
.name = "EQ MidHigh Frequency",
11481148
},
11491149
{ /* EQ mid high Q */
11501150
.kcontrol_new = &snd_us16x08_eq_mid_width_ctl,
@@ -1165,7 +1165,7 @@ static const struct snd_us16x08_control_params eq_controls[] = {
11651165
.control_id = SND_US16X08_ID_EQHIGHFREQ,
11661166
.type = USB_MIXER_U8,
11671167
.num_channels = 16,
1168-
.name = "EQ High Frequence",
1168+
.name = "EQ High Frequency",
11691169
},
11701170
};
11711171

0 commit comments

Comments
 (0)