|
@@ -105,7 +105,7 @@ static int snd_hrtimer_stop(struct snd_timer *t)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static struct snd_timer_hardware hrtimer_hw = {
|
|
static struct snd_timer_hardware hrtimer_hw = {
|
|
|
- .flags = SNDRV_TIMER_HW_AUTO,
|
|
|
|
|
|
|
+ .flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_TASKLET,
|
|
|
.open = snd_hrtimer_open,
|
|
.open = snd_hrtimer_open,
|
|
|
.close = snd_hrtimer_close,
|
|
.close = snd_hrtimer_close,
|
|
|
.start = snd_hrtimer_start,
|
|
.start = snd_hrtimer_start,
|