Fix checkwps build for dx50 & dx90 targets

Their codec headers weren't in the right place.

Change-Id: Iae16c10defc937cc227afd8992ff45cd6d664898
This commit is contained in:
Solomon Peachy 2020-04-14 02:13:16 -04:00
parent a87c96cd79
commit 683abd77d2
3 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ struct sound_settings_info
#include "cs4398.h"
#elif defined(HAVE_ES9018)
#include "es9018.h"
#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\
#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO \
| PLATFORM_PANDORA | PLATFORM_SDL))
#include "hosted_codec.h"
#elif defined(DX50)
@ -644,7 +644,7 @@ void audiohw_set_pitch(int32_t val);
/**
* Return the set pitch ratio
*/
*/
int32_t audiohw_get_pitch(void);
#endif /* HAVE_PITCHCONTROL */