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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index b82c27e2fb..51aec65c4c 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -46,9 +46,8 @@
46#include "wm8985.h" 46#include "wm8985.h"
47#elif defined(HAVE_WM8758) 47#elif defined(HAVE_WM8758)
48#include "wm8758.h" 48#include "wm8758.h"
49#elif defined(HAVE_WM8721) 49#elif defined(HAVE_WM8711) || defined(HAVE_WM8721) || \
50#include "wm8721.h" 50 defined(HAVE_WM8731)
51#elif defined(HAVE_WM8731)
52#include "wm8731.h" 51#include "wm8731.h"
53#elif defined(HAVE_TLV320) 52#elif defined(HAVE_TLV320)
54#include "tlv320.h" 53#include "tlv320.h"