aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/mixer_maps.c
diff options
context:
space:
mode:
authorMatt Gruskin <matthew.gruskin@gmail.com>2013-02-09 12:56:35 -0500
committerTakashi Iwai <tiwai@suse.de>2013-02-11 14:02:27 +0100
commite9a25e04b845aade311aaa268a696c5c4ff3eece (patch)
tree0a6a45cc6e8a231a063cd9db379c4ce34b6ec75a /sound/usb/mixer_maps.c
parentALSA: hda - Fix memory leak and error handling in CA0132 DSP loader (diff)
downloadlinux-dev-e9a25e04b845aade311aaa268a696c5c4ff3eece.tar.xz
linux-dev-e9a25e04b845aade311aaa268a696c5c4ff3eece.zip
ALSA: usb-audio: add support for M-Audio FT C600
Adds quirks and mixer support for the M-Audio Fast Track C600 USB audio interface. This device is very similar to the C400 - the C600 simply has some more inputs and outputs, so the existing C400 support is extended to support this device as well. Signed-off-by: Matt Gruskin <matthew.gruskin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer_maps.c')
-rw-r--r--sound/usb/mixer_maps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c
index 0e2ed3d05c45..cc2dd1f0decb 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -380,6 +380,10 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
.selector_map = c400_selectors,
},
{
+ .id = USB_ID(0x0763, 0x2031),
+ .selector_map = c400_selectors,
+ },
+ {
.id = USB_ID(0x08bb, 0x2702),
.map = linex_map,
.ignore_ctl_error = 1,