Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1657890 > unrolled thread

[PATCH 4.11 078/115] ALSA: usb: Fix a typo in Tascam US-16x08 mixer element

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2017-06-05 18:50 +0200
Last post2017-06-05 18:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4.11 078/115] ALSA: usb: Fix a typo in Tascam US-16x08 mixer element Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-05 18:50 +0200

#1657890 — [PATCH 4.11 078/115] ALSA: usb: Fix a typo in Tascam US-16x08 mixer element

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2017-06-05 18:50 +0200
Subject[PATCH 4.11 078/115] ALSA: usb: Fix a typo in Tascam US-16x08 mixer element
Message-ID<tP3mA-5ll-59@gated-at.bofh.it>
4.11-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Takashi Iwai <tiwai@suse.de>

commit 617163fc2580da3d489b6c1bacb6312e0e2aac02 upstream.

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: d2bb390a2081 ("ALSA: usb-audio: Tascam US-16x08 DSP mixer quirk")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 sound/usb/mixer_us16x08.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/usb/mixer_us16x08.c
+++ b/sound/usb/mixer_us16x08.c
@@ -1135,7 +1135,7 @@ static const struct snd_us16x08_control_
 		.control_id = SND_US16X08_ID_EQLOWMIDWIDTH,
 		.type = USB_MIXER_U8,
 		.num_channels = 16,
-		.name = "EQ MidQLow Q",
+		.name = "EQ MidLow Q",
 	},
 	{ /* EQ mid high gain */
 		.kcontrol_new = &snd_us16x08_eq_gain_ctl,

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web