Fix compile on IHIFI770/770C/800 targets.
Change-Id: If8b150627c2b9746b24123d263edc69d91df855d
This commit is contained in:
parent
58452a4cb2
commit
de68310bac
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue