summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index ceafc6ebf7..5b2815149d 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -216,6 +216,8 @@ struct sound_settings_info
216#include "cs4398.h" 216#include "cs4398.h"
217#elif defined(HAVE_ES9018) 217#elif defined(HAVE_ES9018)
218#include "es9018.h" 218#include "es9018.h"
219#elif defined(HAVE_ES9218)
220#include "es9218.h"
219#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO \ 221#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO \
220 | PLATFORM_PANDORA | PLATFORM_SDL)) 222 | PLATFORM_PANDORA | PLATFORM_SDL))
221#include "hosted_codec.h" 223#include "hosted_codec.h"