]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: line6: toneport: Use explicit type for firmware version
authorChris Rorvick <chris@rorvick.com>
Wed, 11 Feb 2015 05:03:17 +0000 (23:03 -0600)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Feb 2015 09:41:59 +0000 (10:41 +0100)
commit98e1972045ed4ce2a431a20375e4187d2d1bed35
tree48741127d2bd1972e8c7d2b30f764fe3b24134a2
parentca45b58eca17c213793e4d1fa16116c16bc970b4
ALSA: line6: toneport: Use explicit type for firmware version

The firmware version is a single byte so have the variable type agree.
Since the address to this member is passed to the read function, using
an int is not even portable.

Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/line6/toneport.c