]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ALSA: usb-audio: store protocol version in struct audioformat
authorClemens Ladisch <clemens@ladisch.de>
Thu, 31 Jan 2013 20:39:17 +0000 (21:39 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Thu, 27 Jun 2013 19:59:47 +0000 (21:59 +0200)
commit8f898e92aea2c24c7f379ee265d178f69ebb9c07
tree6877a827d7541f0a3c779cd298bd65a69c550e06
parentf722406faae2d073cc1d01063d1123c35425939e
ALSA: usb-audio: store protocol version in struct audioformat

Instead of reading bInterfaceProtocol from the descriptor whenever it's
needed, store this value in the audioformat structure.  Besides
simplifying some code, this will allow us to correctly handle vendor-
specific devices where the descriptors are marked with other values.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/card.h
sound/usb/clock.c
sound/usb/format.c
sound/usb/format.h
sound/usb/pcm.c
sound/usb/stream.c