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.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
209#include "pcm1792.h" 209#include "pcm1792.h"
210#elif defined(HAVE_NWZ_LINUX_CODEC) 210#elif defined(HAVE_NWZ_LINUX_CODEC)
211#include "nwzlinux_codec.h" 211#include "nwzlinux_codec.h"
212#elif defined(HAVE_CS4398)
213#include "cs4398.h"
212#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\ 214#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\
213 | PLATFORM_PANDORA | PLATFORM_SDL)) 215 | PLATFORM_PANDORA | PLATFORM_SDL))
214#include "hosted_codec.h" 216#include "hosted_codec.h"
@@ -576,7 +578,6 @@ void audiohw_set_depth_3d(int val);
576void audiohw_set_filter_roll_off(int val); 578void audiohw_set_filter_roll_off(int val);
577#endif 579#endif
578 580
579
580void audiohw_set_frequency(int fsel); 581void audiohw_set_frequency(int fsel);
581 582
582#ifdef HAVE_RECORDING 583#ifdef HAVE_RECORDING