commit | 9547c0999e50fd624cab52f94a79f0fd27a7cb84 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Oct 28 14:22:49 2014 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Nov 14 08:01:53 2014 +0100 |
tree | 977e3de288b930aeb1b0b085dd974db385c80bf0 | |
parent | 76b188c4b370876018e3a778ec11a94a5316dbe4 [diff] |
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>