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 66fc19f923..91df2dd8b9 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -36,6 +36,8 @@
36 36
37#ifdef HAVE_UDA1380 37#ifdef HAVE_UDA1380
38#include "uda1380.h" 38#include "uda1380.h"
39#elif defined(HAVE_UDA1341)
40#include "uda1341.h"
39#elif defined(HAVE_WM8751) 41#elif defined(HAVE_WM8751)
40#include "wm8751.h" 42#include "wm8751.h"
41#elif defined(HAVE_WM8978) 43#elif defined(HAVE_WM8978)