summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/sound.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index 4dea2b8a84..c2284e328c 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -26,17 +26,6 @@
26#include "logf.h" 26#include "logf.h"
27#include "system.h" 27#include "system.h"
28#include "i2c.h" 28#include "i2c.h"
29#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
30#if CONFIG_CPU == PNX0101
31#include "pnx0101.h"
32#endif /* CONFIG_CPU == PNX101 */
33#if CONFIG_CODEC == SWCODEC
34#include "pcm.h"
35#else /* !CONFIG_CODEC == HWCODEC */
36#include "mas35xx.h"
37#include "dac3550a.h"
38#endif
39#endif /* !SIMULATOR */
40 29
41/* TODO 30/* TODO
42 * find a nice way to handle 1.5db steps -> see wm8751 ifdef in sound_set_bass/treble 31 * find a nice way to handle 1.5db steps -> see wm8751 ifdef in sound_set_bass/treble