summaryrefslogtreecommitdiffstats
path: root/drivers/sound/sound_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/sound_timer.c')
-rw-r--r--drivers/sound/sound_timer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/sound/sound_timer.c b/drivers/sound/sound_timer.c
index 60f031ac8..b32759008 100644
--- a/drivers/sound/sound_timer.c
+++ b/drivers/sound/sound_timer.c
@@ -17,8 +17,6 @@
#include "sound_config.h"
-#if defined(CONFIG_SEQUENCER)
-
static volatile int initialized = 0, opened = 0, tmr_running = 0;
static volatile time_t tmr_offs, tmr_ctr;
static volatile unsigned long ticks_offs;
@@ -318,5 +316,3 @@ void sound_timer_init(struct sound_lowlev_timer *t, char *name)
strcpy(sound_timer.info.name, name);
sound_timer_devs[n] = &sound_timer;
}
-
-#endif