diff options
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r-- | firmware/export/audiohw.h | 2 |
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 #include "dummy_codec.h" #elif defined(HAVE_DF1704_CODEC) #include "df1704.h" +#elif defined(HAVE_PCM1792_CODEC) +#include "pcm1792.h" #elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\ | PLATFORM_PANDORA | PLATFORM_SDL)) #include "hosted_codec.h" |