linux/sound/firewire/tascam
Takashi Sakamoto dbd0cf204f ALSA: firewire-tascam: reserve resources for transferred isochronous packets at S400
TASCAM FW-1884/FW-1804/FW-1082 have a quirk that they often freeze when
receiving isochronous packets at S400. This behaviour is suppressed by a
new quirk flag added in Linux FireWire core to restrict maximum speed.
Consequently both of the asynchronous transactions and isochronous
transmissions are done at S200. However, the device still transfers
isochronous packet at S400, and the way to indicate the transmission
speed is not cleared yet.

This commit correctly reserves isochronous resources for the transferred
packet stream at S400. As a beneficial side effect, the pair of
isochronous transmissions for FW-1884 fits within the bandwidth capacity
of the bus.

Link: https://lore.kernel.org/r/20251018035532.287124-5-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
2025-10-18 12:58:56 +09:00
..
amdtp-tascam.c ALSA: firewire: tascam: Use guard() for spin locks 2025-08-30 10:02:27 +02:00
Makefile ALSA: firewire: Use *-y instead of *-objs in Makefile 2024-05-08 18:18:03 +02:00
tascam-hwdep.c ALSA: firewire: tascam: Use guard() for spin locks 2025-08-30 10:02:27 +02:00
tascam-midi.c ALSA: firewire: tascam: Use guard() for spin locks 2025-08-30 10:02:27 +02:00
tascam-pcm.c ALSA: firewire: tascam: Use guard() for mutex locks 2025-08-30 10:02:21 +02:00
tascam-proc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 2019-06-05 17:37:08 +02:00
tascam-stream.c ALSA: firewire-tascam: reserve resources for transferred isochronous packets at S400 2025-10-18 12:58:56 +09:00
tascam-transaction.c ALSA: firewire-tascam: Fix integer overflow in midi_port_work() 2021-01-12 14:57:38 +01:00
tascam.c ALSA: firewire: tascam: Use guard() for mutex locks 2025-08-30 10:02:21 +02:00
tascam.h ALSA: firewire-tascam: cease from delayed card registration 2021-06-07 17:14:36 +02:00