diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /sound/usb/mixer_maps.c | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'sound/usb/mixer_maps.c')
-rw-r--r-- | sound/usb/mixer_maps.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c index e71fe55cebe..f1324c42383 100644 --- a/sound/usb/mixer_maps.c +++ b/sound/usb/mixer_maps.c | |||
@@ -288,15 +288,6 @@ static struct usbmix_name_map scratch_live_map[] = { | |||
288 | { 0 } /* terminator */ | 288 | { 0 } /* terminator */ |
289 | }; | 289 | }; |
290 | 290 | ||
291 | static struct usbmix_name_map ebox44_map[] = { | ||
292 | { 4, NULL }, /* FU */ | ||
293 | { 6, NULL }, /* MU */ | ||
294 | { 7, NULL }, /* FU */ | ||
295 | { 10, NULL }, /* FU */ | ||
296 | { 11, NULL }, /* MU */ | ||
297 | { 0 } | ||
298 | }; | ||
299 | |||
300 | /* "Gamesurround Muse Pocket LT" looks same like "Sound Blaster MP3+" | 291 | /* "Gamesurround Muse Pocket LT" looks same like "Sound Blaster MP3+" |
301 | * most importand difference is SU[8], it should be set to "Capture Source" | 292 | * most importand difference is SU[8], it should be set to "Capture Source" |
302 | * to make alsamixer and PA working properly. | 293 | * to make alsamixer and PA working properly. |
@@ -341,14 +332,6 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { | |||
341 | .map = audigy2nx_map, | 332 | .map = audigy2nx_map, |
342 | .selector_map = audigy2nx_selectors, | 333 | .selector_map = audigy2nx_selectors, |
343 | }, | 334 | }, |
344 | { /* Logitech, Inc. QuickCam Pro for Notebooks */ | ||
345 | .id = USB_ID(0x046d, 0x0991), | ||
346 | .ignore_ctl_error = 1, | ||
347 | }, | ||
348 | { /* Logitech, Inc. QuickCam E 3500 */ | ||
349 | .id = USB_ID(0x046d, 0x09a4), | ||
350 | .ignore_ctl_error = 1, | ||
351 | }, | ||
352 | { | 335 | { |
353 | /* Hercules DJ Console (Windows Edition) */ | 336 | /* Hercules DJ Console (Windows Edition) */ |
354 | .id = USB_ID(0x06f8, 0xb000), | 337 | .id = USB_ID(0x06f8, 0xb000), |
@@ -388,10 +371,6 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { | |||
388 | .map = scratch_live_map, | 371 | .map = scratch_live_map, |
389 | .ignore_ctl_error = 1, | 372 | .ignore_ctl_error = 1, |
390 | }, | 373 | }, |
391 | { | ||
392 | .id = USB_ID(0x200c, 0x1018), | ||
393 | .map = ebox44_map, | ||
394 | }, | ||
395 | { 0 } /* terminator */ | 374 | { 0 } /* terminator */ |
396 | }; | 375 | }; |
397 | 376 | ||