diff options
author | Daniel Mack <zonque@gmail.com> | 2011-05-18 05:28:41 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-18 05:44:42 -0400 |
commit | 759e890f5c25ef087d866b330261e793b03ef7a4 (patch) | |
tree | dd3a640e17671edd60647e683ae82aba148a8662 /sound/usb/quirks-table.h | |
parent | ee95cb6121dae17bc199cd566503dff1b2dd243b (diff) |
ALSA: usb-audio: remove invalid extra mixers for Komplete Audio 6
This was a flaw in the reading of the spec tables - Native Instrument's
"Komplete Audio 6" device has no such extra controls.
This patch also fixes the device name in two comments.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r-- | sound/usb/quirks-table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 54e18c181a12..5c1a176c426d 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h | |||
@@ -2332,7 +2332,7 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
2332 | 2332 | ||
2333 | /* Native Instruments MK2 series */ | 2333 | /* Native Instruments MK2 series */ |
2334 | { | 2334 | { |
2335 | /* Audio Kontrol 6 */ | 2335 | /* Komplete Audio 6 */ |
2336 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE, | 2336 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE, |
2337 | .idVendor = 0x17cc, | 2337 | .idVendor = 0x17cc, |
2338 | .idProduct = 0x1000, | 2338 | .idProduct = 0x1000, |