From d4942cc74c82c465ea395637c77ed06565b8b497 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 29 Jun 2018 16:09:28 -0400 Subject: Add Xuelin iHIFI 770/770C/800 support Taken from the xvortex fork (Roman Stolyarov) Ported, rebased, and cleaned up by myself. Change-Id: I7b2bca2d29502f2e4544e42f3d122786dd4b7978 --- firmware/export/audiohw.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'firmware/export/audiohw.h') diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 09001c8045..458fba3412 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -165,6 +165,8 @@ struct sound_settings_info #include "uda1380.h" #elif defined(HAVE_UDA1341) #include "uda1341.h" +#elif defined(HAVE_WM8740) +#include "wm8740.h" #elif defined(HAVE_WM8750) || defined(HAVE_WM8751) #include "wm8751.h" #elif defined(HAVE_WM8978) @@ -211,6 +213,8 @@ struct sound_settings_info #include "nwzlinux_codec.h" #elif defined(HAVE_CS4398) #include "cs4398.h" +#elif defined(HAVE_ES9018) +#include "es9018.h" #elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\ | PLATFORM_PANDORA | PLATFORM_SDL)) #include "hosted_codec.h" @@ -571,7 +575,7 @@ void audiohw_set_depth_3d(int val); #ifdef AUDIOHW_HAVE_FILTER_ROLL_OFF /** * Set DAC's oversampling filter roll-off. - * @param val 0 - sharp roll-off, 1 - slow roll-off. + * @param val 0 - sharp roll-off, 1 - slow roll-off, 2 - short roll-off, 3 - bypass. * NOTE: AUDIOHW_CAPS need to contain * FILTER_ROLL_OFF_CAP */ -- cgit v1.2.3