diff options
Diffstat (limited to 'sound/core/hrtimer.c')
-rw-r--r-- | sound/core/hrtimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/hrtimer.c b/sound/core/hrtimer.c index 1ac0c423903e..6e47b823bcaa 100644 --- a/sound/core/hrtimer.c +++ b/sound/core/hrtimer.c | |||
@@ -159,6 +159,7 @@ static int __init snd_hrtimer_init(void) | |||
159 | timer->hw = hrtimer_hw; | 159 | timer->hw = hrtimer_hw; |
160 | timer->hw.resolution = resolution; | 160 | timer->hw.resolution = resolution; |
161 | timer->hw.ticks = NANO_SEC / resolution; | 161 | timer->hw.ticks = NANO_SEC / resolution; |
162 | timer->max_instances = 100; /* lower the limit */ | ||
162 | 163 | ||
163 | err = snd_timer_global_register(timer); | 164 | err = snd_timer_global_register(timer); |
164 | if (err < 0) { | 165 | if (err < 0) { |