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 d862c977db..ceafc6ebf7 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -194,6 +194,8 @@ struct sound_settings_info
194#include "jz4740-codec.h" 194#include "jz4740-codec.h"
195#elif defined(HAVE_AK4537) 195#elif defined(HAVE_AK4537)
196#include "ak4537.h" 196#include "ak4537.h"
197#elif defined(HAVE_AK4376)
198#include "ak4376.h"
197#elif defined(HAVE_RK27XX_CODEC) 199#elif defined(HAVE_RK27XX_CODEC)
198#include "rk27xx_codec.h" 200#include "rk27xx_codec.h"
199#elif defined(HAVE_AIC3X) 201#elif defined(HAVE_AIC3X)