diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-04-23 02:58:05 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-04-25 10:41:46 +0200 |
commit | 34ce71a96dcba24c71b07f1b087bd179b885784d (patch) | |
tree | 89da0d835f6764133acfc4c1f086c7139953c6cd /sound/core/timer.c | |
parent | ALSA: firewire-tascam: deleyed registration of sound card (diff) | |
download | linux-34ce71a96dcba24c71b07f1b087bd179b885784d.tar.xz linux-34ce71a96dcba24c71b07f1b087bd179b885784d.zip |
ALSA: timer: remove legacy rtctimer
There are no users of rtctimer left. Remove its code as this is the
in-kernel user of the legacy PC RTC driver that will hopefully be removed
at some point.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-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 @@ #if IS_ENABLED(CONFIG_SND_HRTIMER) #define DEFAULT_TIMER_LIMIT 4 -#elif IS_ENABLED(CONFIG_SND_RTCTIMER) -#define DEFAULT_TIMER_LIMIT 2 #else #define DEFAULT_TIMER_LIMIT 1 #endif |