https://github.com/torvalds/linux
Revision d56268fb108c7c21e19933588ca4d94652585183 authored by Clemens Ladisch on 29 November 2012, 16:04:23 UTC, committed by Takashi Iwai on 27 January 2013, 09:22:56 UTC
Commit 23caaf19b11e (ALSA: usb-mixer: Add support for Audio Class v2.0)
forgot to adjust the length check for UAC 2.0 feature unit descriptors.
This would make the code abort on encountering a feature unit without
per-channel controls, and thus prevented the driver to work with any
device having such a unit, such as the RME Babyface or Fireface UCX.

Reported-by: Florian Hanisch <fhanisch@uni-potsdam.de>
Tested-by: Matthew Robbetts <wingfeathera@gmail.com>
Tested-by: Michael Beer <beerml@sigma6audio.de>
Cc: Daniel Mack <daniel@caiaq.de>
Cc: 2.6.35+ <stable@vger.kernel.org>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 257c2a0
History
Tip revision: d56268fb108c7c21e19933588ca4d94652585183 authored by Clemens Ladisch on 29 November 2012, 16:04:23 UTC
ALSA: usb-audio: fix invalid length check for RME and other UAC 2 devices
Tip revision: d56268f

back to top