summaryrefslogtreecommitdiffstats
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 26a1a69f95..09001c8045 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -209,6 +209,8 @@ struct sound_settings_info
#include "pcm1792.h"
#elif defined(HAVE_NWZ_LINUX_CODEC)
#include "nwzlinux_codec.h"
+#elif defined(HAVE_CS4398)
+#include "cs4398.h"
#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\
| PLATFORM_PANDORA | PLATFORM_SDL))
#include "hosted_codec.h"
@@ -576,7 +578,6 @@ void audiohw_set_depth_3d(int val);
void audiohw_set_filter_roll_off(int val);
#endif
-
void audiohw_set_frequency(int fsel);
#ifdef HAVE_RECORDING