linux/sound/firewire/dice
Takashi Sakamoto 5c49cc0ed4 ALSA: firewire: use nonatomic PCM operation
In the former commits, the callback of isochronous context runs on usual
work process. In the case, ALSA PCM device has a flag, nonatomic, to
acquire mutex lock instead of spin lock for PCM substream group.

This commit uses the flag. It has an advantage in the case that ALSA PCM
application uses the large size of intermediate buffer, since it takes
too long time even in tasklet softIRQ to process many of isochronous
packets, then result in the delay of system event due to disabled IRQ so
long. It is avertible to switch to nonatomic operation.

Reviewed-by: Takashi Iwai <tiwai@suse.de>
Tested-by: Edmund Raile <edmund.raile@protonmail.com>
Link: https://lore.kernel.org/r/20240904125155.461886-6-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
2024-09-04 21:51:54 +09:00
..
dice-alesis.c
dice-extension.c
dice-focusrite.c
dice-harman.c
dice-hwdep.c
dice-interface.h
dice-midi.c
dice-mytek.c
dice-pcm.c
dice-presonus.c
dice-proc.c
dice-stream.c
dice-tcelectronic.c
dice-transaction.c
dice-weiss.c
dice.c
dice.h
Makefile