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 1cabf6f782..7c5424a29d 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -109,6 +109,8 @@ struct sound_settings_info
109#include "dummy_codec.h" 109#include "dummy_codec.h"
110#elif defined(HAVE_DF1704_CODEC) 110#elif defined(HAVE_DF1704_CODEC)
111#include "df1704.h" 111#include "df1704.h"
112#elif defined(HAVE_PCM1792_CODEC)
113#include "pcm1792.h"
112#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\ 114#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\
113 | PLATFORM_PANDORA | PLATFORM_SDL)) 115 | PLATFORM_PANDORA | PLATFORM_SDL))
114#include "hosted_codec.h" 116#include "hosted_codec.h"