]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: snd-usb: handle the bmFormats field as unsigned int
authorDaniel Mack <zonque@gmail.com>
Sun, 17 Mar 2013 12:07:24 +0000 (20:07 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 Mar 2013 07:47:04 +0000 (08:47 +0100)
commit2fcdb06d4919da89ed6d52742dcc83ae4669ac30
tree02cefac4b439af920296a6e9d6a0655ef0bc5dee
parent59ea586f54f27fde1202214f1525713356a44918
ALSA: snd-usb: handle the bmFormats field as unsigned int

This field may use up to 32 bits, so it should be handled as unsigned
int.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Reported-by: Andreas Koch <andreas@akdesigninc.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/format.c
sound/usb/format.h
sound/usb/stream.c