On Wed, 29 Nov 2017 16:30:59 +0100, Anna-Maria Gleixner wrote: > > From: Thomas Gleixner <[email protected]> > > The tasklet is used to defer the execution of snd_pcm_period_elapsed() to > the softirq context. Using the HRTIMER_MODE_SOFT mode invokes the timer > callback in softirq context as well which renders the tasklet useless. > > [o-takashi: avoid stall due to a call of hrtimer_cancel() on a callback > of hrtimer] > > Signed-off-by: Thomas Gleixner <[email protected]> > Signed-off-by: Anna-Maria Gleixner <[email protected]> > Cc: [email protected] > Cc: Takashi Sakamoto <[email protected]> > Cc: Takashi Iwai <[email protected]> > Cc: Jaroslav Kysela <[email protected]> > Link: http://lkml.kernel.org/r/[email protected]
Feel free to take my ack: Reviewed-by: Takashi Iwai <[email protected]> thanks, Takashi

