]> git.karo-electronics.de Git - linux-beck.git/commit
ALSA: firewire-digi00x: use in-kernel representation for the type of 8 bits
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 11 Oct 2015 03:30:14 +0000 (12:30 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sun, 11 Oct 2015 16:25:46 +0000 (18:25 +0200)
commit17385a386ccae1b5a9a135c43493652b4dd82f61
tree3c4f65c1dfea06d044f44f40190ac6701a6d64a0
parentac77423609aa499265a0ab75c497661bc7157f37
ALSA: firewire-digi00x: use in-kernel representation for the type of 8 bits

Original code for 'DoubleOhThree' encoding was written with '__u8' type,
while the type is usually used to export something to userspace.

This commit replaces the type with 'u8'.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/digi00x/amdtp-dot.c