diff options
author | Daniel Mack <zonque@gmail.com> | 2011-05-18 11:28:41 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-18 11:44:42 +0200 |
commit | 759e890f5c25ef087d866b330261e793b03ef7a4 (patch) | |
tree | dd3a640e17671edd60647e683ae82aba148a8662 /sound/usb/quirks-table.h | |
parent | ee95cb6121dae17bc199cd566503dff1b2dd243b (diff) | |
download | talos-op-linux-759e890f5c25ef087d866b330261e793b03ef7a4.tar.gz talos-op-linux-759e890f5c25ef087d866b330261e793b03ef7a4.zip |
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"), /* Native Instruments MK2 series */ { - /* Audio Kontrol 6 */ + /* Komplete Audio 6 */ .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = 0x17cc, .idProduct = 0x1000, |