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)
commit0e806151e86be52caa1349fa490eab8f09a2b6f5
tree48741127d2bd1972e8c7d2b30f764fe3b24134a2
parent12b00157fd8572ee1f54b70bbf496641a1608924
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