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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h
index 99741c24c1..7589338da9 100644
--- a/firmware/export/sound.h
+++ b/firmware/export/sound.h
@@ -30,6 +30,8 @@
30#include "wm8731l.h" 30#include "wm8731l.h"
31#elif defined(HAVE_TLV320) 31#elif defined(HAVE_TLV320)
32#include "tlv320.h" 32#include "tlv320.h"
33#elif defined(HAVE_AS3514)
34#include "as3514.h"
33#endif 35#endif
34 36
35extern void audiohw_postinit(void); 37extern void audiohw_postinit(void);