snd-pcsp: use HRTIMER_CB_SOFTIRQ
authorStas Sergeev <stsp@aknet.ru>
Tue, 20 May 2008 09:47:29 +0000 (11:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 May 2008 09:56:24 +0000 (11:56 +0200)
Change HRTIMER_CB_IRQSAFE to HRTIMER_CB_SOFTIRQ,
as suggested by Thomas Gleixner.
That solves the lock dependancy reported in
Bug #10701.
That also allows to call hrtimer_start()
directly, tasklet "stupid hack" removed.

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found