Fix build on IHIFI 800 and iBasso DX50
Change-Id: I564f838b96577edbc01b602e94e9293efedfac14
This commit is contained in:
parent
de68310bac
commit
8570d4063b
1 changed files with 5 additions and 2 deletions
|
@ -211,11 +211,14 @@ touchpad_deadzone
|
||||||
depth_3d
|
depth_3d
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later
|
/* 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)
|
#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740) || defined(HAVE_ES9018)
|
||||||
filter_roll_off
|
filter_roll_off
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_ES9018)
|
||||||
|
es9018
|
||||||
|
#endif
|
||||||
|
|
||||||
/* These features are only used by the manual so they won't break binary
|
/* These features are only used by the manual so they won't break binary
|
||||||
* compatibility
|
* compatibility
|
||||||
|
|
Loading…
Reference in a new issue