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 651c9cd254..593924d370 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -70,6 +70,8 @@
70#include "ak4537.h" 70#include "ak4537.h"
71#elif defined(HAVE_CS42L55) 71#elif defined(HAVE_CS42L55)
72#include "cs42l55.h" 72#include "cs42l55.h"
73#elif defined(HAVE_IMX233_CODEC)
74#include "imx233-codec.h"
73#endif 75#endif
74#if (CONFIG_PLATFORM & PLATFORM_HOSTED) 76#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
75/* #include <SDL_audio.h> gives errors in other code areas, 77/* #include <SDL_audio.h> gives errors in other code areas,