]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: 6fire: Convert byte_rev_table uses to bitrev8
authorJoe Perches <joe@perches.com>
Tue, 28 Oct 2014 21:22:49 +0000 (14:22 -0700)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Nov 2014 07:01:53 +0000 (08:01 +0100)
commitb683182447423bb10f2da3d98c11df938d461710
tree977e3de288b930aeb1b0b085dd974db385c80bf0
parentc8f5e336e88c94530426d11b84319b17b50c4593
ALSA: 6fire: Convert byte_rev_table uses to bitrev8

Use the inline function instead of directly indexing the array.

This allows some architectures with hardware instructions
for bit reversals to eliminate the array.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/6fire/firmware.c