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)
commit5c697e5b46efea2c0a5da55208bc71db46698fd1
tree65264f081f2dc54c44214a5e163be5ddaa18c7e9
parent92cb46584e104e2f4b14a44959109ffe13524a26
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
This page took 0.024599 seconds and 5 git commands to generate.