linux/sound/firewire/fireworks
Takashi Sakamoto 92cb46584e ALSA: fireworks: fix an endianness bug for transaction length
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>
2015-01-07 16:39:21 +01:00
..
Makefile ALSA: fireworks: Add hwdep interface 2014-05-26 14:28:41 +02:00
fireworks.c ALSA: fireworks: Remove meaningless mutex_destroy() 2014-06-04 14:37:59 +02:00
fireworks.h ALSA: fireworks: Remove a constant over width to which it's applied 2014-06-04 14:36:40 +02:00
fireworks_command.c ALSA: fireworks: Add command/response functionality into hwdep interface 2014-05-26 14:28:58 +02:00
fireworks_hwdep.c ALSA: fireworks: Use safer way to arrange ring buffer pointer 2014-06-04 14:35:40 +02:00
fireworks_midi.c ALSA: fireworks/bebob: Improve indentation 2014-05-27 17:35:38 +02:00
fireworks_pcm.c ALSA: fireworks/bebob: Use the same type of variables as function parameters 2014-05-27 17:35:22 +02:00
fireworks_proc.c ALSA: fireworks: fix specifiers in format strings for propper output 2014-08-05 09:15:20 +02:00
fireworks_stream.c ALSA: fireworks/bebob: Shorten critical section for stream_stop_duplex() 2014-06-04 14:35:24 +02:00
fireworks_transaction.c ALSA: fireworks: fix an endianness bug for transaction length 2015-01-07 16:39:21 +01:00