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 458fba3412..00bb15812d 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -224,6 +224,8 @@ struct sound_settings_info
224#include "codec-dx90.h" 224#include "codec-dx90.h"
225#elif defined(HAVE_ROCKER_CODEC) 225#elif defined(HAVE_ROCKER_CODEC)
226#include "rocker_codec.h" 226#include "rocker_codec.h"
227#elif defined(HAVE_XDUOO_LINUX_CODEC)
228#include "rocker_codec.h"
227#endif 229#endif
228 230
229/* convert caps into defines */ 231/* convert caps into defines */