]> 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)
commitcf273a84bd7a14179edabd75a136c241108b98e4
tree65264f081f2dc54c44214a5e163be5ddaa18c7e9
parent2d65beb18b5b674d5ad23de8c392fdcbf4c2d770
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