From 0662793ca0050e823cd1207cc4689a1cba5068bd Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 28 Jun 2018 06:24:26 -0400 Subject: Add cleaned-up xDuoo X3 support Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy --- firmware/export/audiohw.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/audiohw.h') 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 -- cgit v1.2.3