summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-08-14 10:44:59 -0400
committerSolomon Peachy <pizza@shaftnet.org>2019-08-14 16:48:43 +0200
commit8570d4063b2c63482ceb986a2735f247e736c010 (patch)
treefd4ca0c41ffcea486f0bf7b8ec4e8f78176275dd /apps/features.txt
parentde68310bacf3bf74d3f01cc70405ad5acf52b625 (diff)
downloadrockbox-8570d4063b2c63482ceb986a2735f247e736c010.tar.gz
rockbox-8570d4063b2c63482ceb986a2735f247e736c010.zip
Fix build on IHIFI 800 and iBasso DX50
Change-Id: I564f838b96577edbc01b602e94e9293efedfac14
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 1b676fa83a..2e487943fe 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -211,11 +211,14 @@ touchpad_deadzone
211depth_3d 211depth_3d
212#endif 212#endif
213 213
214// This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later 214/* This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later */
215#if defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740) 215#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740) || defined(HAVE_ES9018)
216filter_roll_off 216filter_roll_off
217#endif 217#endif
218 218
219#if defined(HAVE_ES9018)
220es9018
221#endif
219 222
220/* These features are only used by the manual so they won't break binary 223/* These features are only used by the manual so they won't break binary
221 * compatibility 224 * compatibility