diff options
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/hrtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/hrtimer.c b/sound/core/hrtimer.c index 07efa29dfd4a..b8b31c433d64 100644 --- a/sound/core/hrtimer.c +++ b/sound/core/hrtimer.c | |||
@@ -105,7 +105,7 @@ static int snd_hrtimer_stop(struct snd_timer *t) | |||
105 | } | 105 | } |
106 | 106 | ||
107 | static struct snd_timer_hardware hrtimer_hw = { | 107 | static struct snd_timer_hardware hrtimer_hw = { |
108 | .flags = SNDRV_TIMER_HW_AUTO, | 108 | .flags = SNDRV_TIMER_HW_AUTO | SNDRV_TIMER_HW_TASKLET, |
109 | .open = snd_hrtimer_open, | 109 | .open = snd_hrtimer_open, |
110 | .close = snd_hrtimer_close, | 110 | .close = snd_hrtimer_close, |
111 | .start = snd_hrtimer_start, | 111 | .start = snd_hrtimer_start, |