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 9956909b5d..e40ee6ee79 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -74,6 +74,8 @@
74#include "cs42l55.h" 74#include "cs42l55.h"
75#elif defined(HAVE_IMX233_CODEC) 75#elif defined(HAVE_IMX233_CODEC)
76#include "imx233-codec.h" 76#include "imx233-codec.h"
77#elif defined(HAVE_TDA1543)
78#include "tda1543.h"
77#endif 79#endif
78#if (CONFIG_PLATFORM & PLATFORM_HOSTED) 80#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
79/* #include <SDL_audio.h> gives errors in other code areas, 81/* #include <SDL_audio.h> gives errors in other code areas,