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)
commita053fc318bc5d28cd25168c948255fd48a29ea26
treea1e53e38d984f912226cc2e9b76b9b74290f2641
parenta59d7199f62b8336570972dcc288321d0ec999fe
ALSA: bebob: fix to processing in big-endian machine for sending cue

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>
sound/firewire/bebob/bebob_maudio.c