From 0ebfe3dfcfc39713315fdb1a47ac6b6da12f7c8d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 28 Sep 2020 21:27:43 -0400 Subject: [PATCH] xduoo: x3ii and x20 have filter_roll_off support Change-Id: I4891c7c9197f7aecd82b20d1e1c106d80ddba732 --- apps/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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