commit | 8f898e92aea2c24c7f379ee265d178f69ebb9c07 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Thu Jan 31 21:39:17 2013 +0100 |
committer | Clemens Ladisch <clemens@ladisch.de> | Thu Jun 27 21:59:47 2013 +0200 |
tree | 6877a827d7541f0a3c779cd298bd65a69c550e06 | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
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>