remarkable-linux/sound/usb
Russ Cox 38977e96cb [ALSA] fix selector unit bug affecting some USB speakerphones
Following the suggestion in this thread:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/26683
the correct upper bound on desc[0] is 5 + num_ins not 6 + num_ins,
because the index used later is 5+i, not 6+i.
This change makes my Vosky Chatterbox speakerphone work.
Apparently it also helps with the Minivox MV100.

Signed-off-by: Russ Cox <rsc@swtch.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2007-10-16 15:58:26 +02:00
..
caiaq [ALSA] snd_usb_caiaq_input_free() fix 2007-10-16 15:58:06 +02:00
usx2y [ALSA] usbusx2yaudio: kfree(NULL) is valid 2007-07-20 11:11:14 +02:00
Kconfig [ALSA] Add Native Instrument usb audio device support 2007-05-11 16:55:53 +02:00
Makefile [ALSA] Add Native Instrument usb audio device support 2007-05-11 16:55:53 +02:00
usbaudio.c more trivial signedness fixes in drivers 2007-10-14 12:41:52 -07:00
usbaudio.h
usbmidi.c [ALSA] usb-audio: work around wrong wMaxPacketSize on ESI M4U 2007-05-11 16:56:17 +02:00
usbmixer.c [ALSA] fix selector unit bug affecting some USB speakerphones 2007-10-16 15:58:26 +02:00
usbmixer_maps.c
usbquirks.h [ALSA] remove duplicate Logitech Quickcam USB ID in usbquirks.h 2007-07-20 11:12:00 +02:00