Commit 617163fc authored by Takashi Iwai's avatar Takashi Iwai

ALSA: usb: Fix a typo in Tascam US-16x08 mixer element

A mixer element created in a quirk for Tascam US-16x08 contains a
typo: it should be "EQ MidLow Q" instead of "EQ MidQLow Q".

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=195875
Fixes: d2bb390a ("ALSA: usb-audio: Tascam US-16x08 DSP mixer quirk")
Cc: <stable@vger.kernel.org> # v4.11+
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 64188cfb
...@@ -1135,7 +1135,7 @@ static const struct snd_us16x08_control_params eq_controls[] = { ...@@ -1135,7 +1135,7 @@ static const struct snd_us16x08_control_params eq_controls[] = {
.control_id = SND_US16X08_ID_EQLOWMIDWIDTH, .control_id = SND_US16X08_ID_EQLOWMIDWIDTH,
.type = USB_MIXER_U8, .type = USB_MIXER_U8,
.num_channels = 16, .num_channels = 16,
.name = "EQ MidQLow Q", .name = "EQ MidLow Q",
}, },
{ /* EQ mid high gain */ { /* EQ mid high gain */
.kcontrol_new = &snd_us16x08_eq_gain_ctl, .kcontrol_new = &snd_us16x08_eq_gain_ctl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment