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 5b2815149d..5a706da3b8 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -210,6 +210,8 @@ struct sound_settings_info
210#include "df1704.h" 210#include "df1704.h"
211#elif defined(HAVE_PCM1792_CODEC) 211#elif defined(HAVE_PCM1792_CODEC)
212#include "pcm1792.h" 212#include "pcm1792.h"
213#elif defined(HAVE_EROS_QN_CODEC)
214#include "eros_qn_codec.h"
213#elif defined(HAVE_NWZ_LINUX_CODEC) 215#elif defined(HAVE_NWZ_LINUX_CODEC)
214#include "nwzlinux_codec.h" 216#include "nwzlinux_codec.h"
215#elif defined(HAVE_CS4398) 217#elif defined(HAVE_CS4398)