ALSA: firewire-lib: replace in_interrupt() with in_softirq()
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 11 Jun 2021 08:34:25 +0000 (17:34 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jun 2021 07:31:41 +0000 (09:31 +0200)
commit3b86ec63c06147d24a1b48ba0caab5d051cc0d02
tree4fad42ec693f534768651d1ce6aaa0169cdd9c40
parentbe471fe332f7f14aa6828010b220d7e6902b91a0
ALSA: firewire-lib: replace in_interrupt() with in_softirq()

Tasklet is used to handle isochronous context of 1394 OHCI. The explicit
usage of in_softirq() may be preferable than in_interrupt().

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20210611083425.61204-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp-stream-trace.h
sound/firewire/amdtp-stream.c