diff options
Diffstat (limited to 'sound/core/timer.c')
-rw-r--r-- | sound/core/timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index 6469bedda2f3..0cfc028c1193 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c | |||
@@ -37,8 +37,6 @@ | |||
37 | 37 | ||
38 | #if IS_ENABLED(CONFIG_SND_HRTIMER) | 38 | #if IS_ENABLED(CONFIG_SND_HRTIMER) |
39 | #define DEFAULT_TIMER_LIMIT 4 | 39 | #define DEFAULT_TIMER_LIMIT 4 |
40 | #elif IS_ENABLED(CONFIG_SND_RTCTIMER) | ||
41 | #define DEFAULT_TIMER_LIMIT 2 | ||
42 | #else | 40 | #else |
43 | #define DEFAULT_TIMER_LIMIT 1 | 41 | #define DEFAULT_TIMER_LIMIT 1 |
44 | #endif | 42 | #endif |