ALSA: fireworks: fix an endianness bug for transaction length
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 7 Jan 2015 15:31:16 +0000 (00:31 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 7 Jan 2015 15:39:21 +0000 (16:39 +0100)
Although the 't->length' is a big-endian value, it's used without any
conversion. This means that the driver always uses 'length' parameter.

Fixes: 555e8a8f7f14("ALSA: fireworks: Add command/response functionality into hwdep interface")
Reported-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found