diff options
author | Andrea Borgia <andrea@borgia.bo.it> | 2009-01-07 16:58:50 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-07 17:32:04 -0500 |
commit | 3195954da9cdb1cadb2059921c62e69d376c624f (patch) | |
tree | 924caf1621775a1bf7864eb1bd33e6ac22cb0772 /sound/usb/usbmixer_maps.c | |
parent | 913ae5a24efd27deef4fc154953871b62d0d99cd (diff) |
ALSA: preliminary support for Toshiba SB-0500
The Toshiba Multimedia Center SB-0500 is a rebranded version of the
Creative Technology SB Live! 24-bit External: it shares the same chipset
and only has minor cosmetic differences. Remote controller works with
alsa_usb module, basic audio is there and mixer controls are mostly
untested.
Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usbmixer_maps.c')
-rw-r--r-- | sound/usb/usbmixer_maps.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/usb/usbmixer_maps.c b/sound/usb/usbmixer_maps.c index d755be0ad811..f41214f3ad6b 100644 --- a/sound/usb/usbmixer_maps.c +++ b/sound/usb/usbmixer_maps.c | |||
@@ -285,6 +285,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { | |||
285 | .map = live24ext_map, | 285 | .map = live24ext_map, |
286 | }, | 286 | }, |
287 | { | 287 | { |
288 | .id = USB_ID(0x041e, 0x3048), | ||
289 | .map = audigy2nx_map, | ||
290 | .selector_map = audigy2nx_selectors, | ||
291 | }, | ||
292 | { | ||
288 | /* Hercules DJ Console (Windows Edition) */ | 293 | /* Hercules DJ Console (Windows Edition) */ |
289 | .id = USB_ID(0x06f8, 0xb000), | 294 | .id = USB_ID(0x06f8, 0xb000), |
290 | .ignore_ctl_error = 1, | 295 | .ignore_ctl_error = 1, |