summaryrefslogtreecommitdiff
path: root/firmware/export/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/sound.h')
-rw-r--r--firmware/export/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index d405e99fbf..59e8853e82 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -36,6 +36,9 @@
36#include "as3514.h" 36#include "as3514.h"
37#elif defined(HAVE_MAS35XX) 37#elif defined(HAVE_MAS35XX)
38#include "mas35xx.h" 38#include "mas35xx.h"
39#else
40/* For targets without audio */
41#include "audiohw.h"
39#endif 42#endif
40 43
41extern void audiohw_postinit(void); 44extern void audiohw_postinit(void);