summaryrefslogtreecommitdiffstats
path: root/drivers/sound/softoss_rs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/softoss_rs.c')
-rw-r--r--drivers/sound/softoss_rs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/sound/softoss_rs.c b/drivers/sound/softoss_rs.c
index 2fa95f748..75f1bbb90 100644
--- a/drivers/sound/softoss_rs.c
+++ b/drivers/sound/softoss_rs.c
@@ -17,8 +17,6 @@
#include "sound_config.h"
-
-#ifdef CONFIG_SOFTOSS
#include "softoss.h"
void softsynth_resample_loop(short *buf, int loops)
@@ -130,4 +128,3 @@ void softsynth_resample_loop(short *buf, int loops)
}
} /* Mix one sample */
}
-#endif