Skip to content

Commit

Permalink
ALSA: snd-usb-caiaq: Remove duplicate A8DJ control
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Hills authored and Takashi Iwai committed Feb 5, 2009
1 parent 9a9527e commit a856415
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/usb/caiaq/caiaq-control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit a856415

Please sign in to comment.