diff options
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/hrtimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/hrtimer.c b/sound/core/hrtimer.c index c1d285921f80..34c7d48f5061 100644 --- a/sound/core/hrtimer.c +++ b/sound/core/hrtimer.c | |||
@@ -57,7 +57,6 @@ static int snd_hrtimer_open(struct snd_timer *t) | |||
57 | return -ENOMEM; | 57 | return -ENOMEM; |
58 | hrtimer_init(&stime->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL); | 58 | hrtimer_init(&stime->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL); |
59 | stime->timer = t; | 59 | stime->timer = t; |
60 | stime->hrt.cb_mode = HRTIMER_CB_IRQSAFE_UNLOCKED; | ||
61 | stime->hrt.function = snd_hrtimer_callback; | 60 | stime->hrt.function = snd_hrtimer_callback; |
62 | t->private_data = stime; | 61 | t->private_data = stime; |
63 | return 0; | 62 | return 0; |