ALSA: bebob: fix to processing in big-endian machine for sending cue
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 8 Apr 2015 16:15:03 +0000 (01:15 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 Apr 2015 16:23:10 +0000 (18:23 +0200)
Some M-Audio devices require to receive bootup command just after
powering on, while codes in BeBoB driver doesn't work properly in
big-endian machine because the command should be aligned by
little-endian.

This commit fixes this bug. This fix should go to stable kernel.

Cc: Takayuki Shiroma <t.shiroma.oki@gmail.com>
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found