-
由 Takashi Iwai 提交于
spin_lock_irqsave() is used unnecessarily in various places in sequencer core code although it's pretty obvious that the context is sleepable. Remove irqsave and use the plain spin_lock_irq() in such places for simplicity. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
f823b8a7