]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-lib: remove rx_blocks_for_midi quirk
authorClemens Ladisch <clemens@ladisch.de>
Tue, 25 Nov 2014 21:52:24 +0000 (22:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 16 Jan 2015 21:50:45 +0000 (22:50 +0100)
commit5f368a506ff4dca1700ec8eaa44faa563510a496
tree65264f081f2dc54c44214a5e163be5ddaa18c7e9
parentba55a94e364470681d594a100ab8fa41fbc3ffc3
ALSA: firewire-lib: remove rx_blocks_for_midi quirk

There are several devices that expect to receive MIDI data only in the
first eight data blocks of a packet.  If the driver restricts the data
rate to the allowed rate (as mandated by the specification, but not yet
implemented by this driver), this happens naturally.  Therefore, there
is no reason to ever try to use more data packets with any device.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Tested-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp.c
sound/firewire/amdtp.h
sound/firewire/bebob/bebob_stream.c
sound/firewire/fireworks/fireworks_stream.c