From de68310bacf3bf74d3f01cc70405ad5acf52b625 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 14 Aug 2019 09:54:09 -0400 Subject: Fix compile on IHIFI770/770C/800 targets. Change-Id: If8b150627c2b9746b24123d263edc69d91df855d --- apps/features.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/features.txt b/apps/features.txt index fce386fdca..1b676fa83a 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -211,7 +211,8 @@ touchpad_deadzone depth_3d #endif -#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) +// 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) filter_roll_off #endif -- cgit v1.2.3