Skip to content
Commit 7507e8da authored by Borislav Petkov's avatar Borislav Petkov Committed by Jaroslav Kysela
Browse files

[ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warning



The lock grabbed in snd_ctl_empty_read_queue() is hardirq-unsafe but we hold
an hardirq-safe one already, so make the &ctl->read_lock also hard-irq-safe.

Signed-off-by: default avatarBorislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 31127f2e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment