]> git.baikalelectronics.ru Git - kernel.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)
commit298ee62d51d2ae533614d61104b7106591a8f2bd
tree3c4f65c1dfea06d044f44f40190ac6701a6d64a0
parent1aec1bc8a606be5c49638446176545a0b3841317
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