diff options
author | Mark Hills <mark@pogo.org.uk> | 2009-02-04 17:34:33 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-05 03:33:52 -0500 |
commit | a8564155a9cb3b5c4a18afc451679a1f02c647b5 (patch) | |
tree | 49df0637183110611f09cbd44b959f0ab964df5f /sound | |
parent | 9a9527ed49f45e75a5b005592a261ab2bd7c1b1d (diff) |
ALSA: snd-usb-caiaq: Remove duplicate A8DJ control
Remove a duplicate control which causes an error when it is registered,
and causes later controls to not be registered. The device does not have
a fourth ground lift control.
Signed-off-by: Mark Hills <mark@pogo.org.uk>
Acked-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/caiaq/caiaq-control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/caiaq/caiaq-control.c b/sound/usb/caiaq/caiaq-control.c index 136ef34300d1..e92c2bbf4fe9 100644 --- a/sound/usb/caiaq/caiaq-control.c +++ b/sound/usb/caiaq/caiaq-control.c | |||
@@ -270,7 +270,6 @@ static struct caiaq_controller a8dj_controller[] = { | |||
270 | { "GND lift for TC Vinyl mode", 24 + 0 }, | 270 | { "GND lift for TC Vinyl mode", 24 + 0 }, |
271 | { "GND lift for TC CD/Line mode", 24 + 1 }, | 271 | { "GND lift for TC CD/Line mode", 24 + 1 }, |
272 | { "GND lift for phono mode", 24 + 2 }, | 272 | { "GND lift for phono mode", 24 + 2 }, |
273 | { "GND lift for TC Vinyl mode", 24 + 3 }, | ||
274 | { "Software lock", 40 } | 273 | { "Software lock", 40 } |
275 | }; | 274 | }; |
276 | 275 | ||