summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-09-28 21:27:43 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-09-28 21:28:17 -0400
commit0ebfe3dfcfc39713315fdb1a47ac6b6da12f7c8d (patch)
treee883545e2e5a52e4e2e73aa352fe6c34c3fba28a
parent0fe7db24608d102ecd947a79e3e9ad51dbc468b1 (diff)
downloadrockbox-0ebfe3dfcf.tar.gz
rockbox-0ebfe3dfcf.zip
xduoo: x3ii and x20 have filter_roll_off support
Change-Id: I4891c7c9197f7aecd82b20d1e1c106d80ddba732
-rw-r--r--apps/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 7d88cb88c3..4b7a66099e 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -183,7 +183,7 @@ depth_3d
#endif
/* This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later */
-#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740) || defined(HAVE_ES9018)
+#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)
filter_roll_off
#endif