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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 56f4d3dbea..930c671c20 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -59,6 +59,9 @@
59#include "as3514.h" 59#include "as3514.h"
60#elif defined(HAVE_MAS35XX) 60#elif defined(HAVE_MAS35XX)
61#include "mas35xx.h" 61#include "mas35xx.h"
62#if defined(HAVE_DAC3550A)
63#include "dac3550a.h"
64#endif /* HAVE_DAC3550A */
62#elif defined(HAVE_TSC2100) 65#elif defined(HAVE_TSC2100)
63#include "tsc2100.h" 66#include "tsc2100.h"
64#elif defined(HAVE_JZ4740_CODEC) 67#elif defined(HAVE_JZ4740_CODEC)