summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-02-27 22:08:58 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-03-28 00:01:37 +0000
commit3ec66893e377b088c1284d2d23adb2aeea6d7965 (patch)
treeb647717f83ad56b15dc42cfdef5d04d68cd9bd6b /apps/features.txt
parent83fcbedc65f4b9ae7e491ecf6f07c0af4b245f74 (diff)
downloadrockbox-3ec66893e377b088c1284d2d23adb2aeea6d7965.tar.gz
rockbox-3ec66893e377b088c1284d2d23adb2aeea6d7965.zip
New port: FiiO M3K on bare metal
Change-Id: I7517e7d5459e129dcfc9465c6fbd708619888fbe
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 282f5e6a6d..4e7f986057 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -182,10 +182,15 @@ depth_3d
182#endif 182#endif
183 183
184/* This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later */ 184/* This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later */
185#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740) || defined(HAVE_ES9018) || defined(HAVE_XDUOO_LINUX_CODEC) || defined(HAVE_FIIO_LINUX_CODEC) 185#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740) || defined(HAVE_ES9018) || defined(HAVE_XDUOO_LINUX_CODEC) || defined(HAVE_FIIO_LINUX_CODEC) || defined(HAVE_AK4376)
186filter_roll_off 186filter_roll_off
187#endif 187#endif
188 188
189/* This should be AUDIOHW_HAVE_POWER_MODE but that is not defined yet */
190#if defined(HAVE_AK4376)
191dac_power_mode
192#endif
193
189#if defined(HAVE_ES9018) 194#if defined(HAVE_ES9018)
190es9018 195es9018
191#endif 196#endif