11 Jun
2010
11 Jun
'10
4:51 p.m.
On Fri, Jun 11, 2010 at 03:33:11PM +0200, Daniel Mack wrote:
UAC2 controls can be queried in 1-byte, 2-byte or 4-byte request blocks. The size is actually determined by the number of bytes requested, and as everything is little-endian, we can always go for the 4-byte variant.
Also, the MIN, MAX and RES value computations were using a wrong offset.
Signed-off-by: Daniel Mack daniel@caiaq.de Reported-by: Alex Lee alexlee188@gmail.com
Damn, I forgot to pick the right commit message for this patch. Below is a new version. Sorry.
Daniel