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)
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>

No differences found