From 8570d4063b2c63482ceb986a2735f247e736c010 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 14 Aug 2019 10:44:59 -0400 Subject: Fix build on IHIFI 800 and iBasso DX50 Change-Id: I564f838b96577edbc01b602e94e9293efedfac14 --- apps/features.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps/features.txt') 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 depth_3d #endif -// This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later -#if defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740) +/* 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) filter_roll_off #endif +#if defined(HAVE_ES9018) +es9018 +#endif /* These features are only used by the manual so they won't break binary * compatibility -- cgit v1.2.3