From aabc8aca47e60cf745a34af28c50679fcb967910 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 3 Oct 2020 18:17:11 -0400 Subject: New port: FiiO M3K Most credit goes to: Roman Skylarov Additional integration and refactoring by myself. *** COMPLETELY UNTESTED *** Change-Id: Ia64c36d92e0214c6b15f7a868df286f8113ea27b --- firmware/SOURCES | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 1471eb7b94..42677725fc 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -111,7 +111,7 @@ target/hosted/sonynwz/nvp-nwz.c target/hosted/sonynwz/nwz-db.c #endif -#if ((defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR)) +#if ((defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20) || defined(FIIO_M3K)) && !defined(SIMULATOR)) drivers/lcd-memframe.c target/hosted/alsa-controls.c target/hosted/pcm-alsa.c @@ -133,15 +133,24 @@ target/hosted/agptek/powermgmt-agptek.c target/hosted/agptek/usb-agptek.c #endif -#if ((defined(XDUOO_X3II)||defined(XDUOO_X20)) && !defined(SIMULATOR)) +#if (defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR) target/hosted/xduoo/button-xduoo.c target/hosted/xduoo/debug-xduoo.c - target/hosted/xduoo/power-xduoo.c target/hosted/xduoo/powermgmt-xduoo.c target/hosted/xduoo/usb-xduoo.c #endif +#if (defined(FIIO_M3K)) && !defined(SIMULATOR) +target/hosted/fiio/buttonlight-fiio.c +target/hosted/fiio/button-fiio.c +target/hosted/fiio/debug-fiio.c +target/hosted/fiio/power-fiio.c +target/hosted/fiio/powermgmt-fiio.c +target/hosted/fiio/system-fiio.c +target/hosted/fiio/usb-fiio.c +#endif + #if defined(SAMSUNG_YPR0) && !defined(SIMULATOR) drivers/adc-as3514.c #if (CONFIG_RTC == RTC_AS3514) @@ -498,6 +507,8 @@ target/hosted/pcm-alsa.c drivers/audio/rocker_codec.c #elif defined(HAVE_XDUOO_LINUX_CODEC) && !defined(SIMULATOR) drivers/audio/xduoolinux_codec.c +#elif defined(HAVE_FIIO_LINUX_CODEC) && !defined(SIMULATOR) +drivers/audio/fiiolinux_codec.c #elif defined(HAVE_SDL_AUDIO) drivers/audio/sdl.c -- cgit v1.2.3