From 0b5e2f4a759621c8452c0afe014911a41d376b81 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Thu, 10 Feb 2011 16:16:32 +0100 Subject: [PATCH] --- yaml --- r: 233191 b: refs/heads/master c: 2243c4d0727ad85aff3f54be9d178632cc9234b2 h: refs/heads/master i: 233189: fd0f73024b6f8db711ba8f5f314427490751b6b0 233187: 63718418f18b314482f853910f075177ca278fda 233183: 8511f4e66b6bafda027ac32f03ae0122795dfaf1 v: v3 --- [refs] | 2 +- trunk/sound/core/hrtimer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 708bcf168894..211b2d366315 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b1d4f7f4bdcf9915c41ff8cfc4425c84dabb1fde +refs/heads/master: 2243c4d0727ad85aff3f54be9d178632cc9234b2 diff --git a/trunk/sound/core/hrtimer.c b/trunk/sound/core/hrtimer.c index 07efa29dfd4a..b8b31c433d64 100644 --- a/trunk/sound/core/hrtimer.c +++ b/trunk/sound/core/hrtimer.c @@ -105,7 +105,7 @@ static int snd_hrtimer_stop(struct snd_timer *t) } 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, .close = snd_hrtimer_close, .start = snd_hrtimer_start,