From: Mark Hills Date: Wed, 4 Feb 2009 22:34:33 +0000 (+0000) Subject: ALSA: snd-usb-caiaq: Remove duplicate A8DJ control X-Git-Tag: upstream/snapshot3+hdmi~19939^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8564155a9cb3b5c4a18afc451679a1f02c647b5;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Daniel Mack Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/caiaq/caiaq-control.c b/sound/usb/caiaq/caiaq-control.c index 136ef34..e92c2bb 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[] = { { "GND lift for TC Vinyl mode", 24 + 0 }, { "GND lift for TC CD/Line mode", 24 + 1 }, { "GND lift for phono mode", 24 + 2 }, - { "GND lift for TC Vinyl mode", 24 + 3 }, { "Software lock", 40 } };