summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-14 02:13:16 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-14 08:15:19 +0200
commit683abd77d276e806911a28241d956619d270930d (patch)
tree3bd36946322dbc99f5bd57132dd9748e068edbc9 /firmware
parenta87c96cd79cdd56d759099f27a91d64ff45325f5 (diff)
downloadrockbox-683abd77d276e806911a28241d956619d270930d.tar.gz
rockbox-683abd77d276e806911a28241d956619d270930d.zip
Fix checkwps build for dx50 & dx90 targets
Their codec headers weren't in the right place. Change-Id: Iae16c10defc937cc227afd8992ff45cd6d664898
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/audiohw.h4
-rw-r--r--firmware/export/codec-dx50.h (renamed from firmware/target/hosted/ibasso/dx50/codec-dx50.h)0
-rw-r--r--firmware/export/codec-dx90.h (renamed from firmware/target/hosted/ibasso/dx90/codec-dx90.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 00bb15812d..f22e72554d 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -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 */
diff --git a/firmware/target/hosted/ibasso/dx50/codec-dx50.h b/firmware/export/codec-dx50.h
index baa5b7c3b6..baa5b7c3b6 100644
--- a/firmware/target/hosted/ibasso/dx50/codec-dx50.h
+++ b/firmware/export/codec-dx50.h
diff --git a/firmware/target/hosted/ibasso/dx90/codec-dx90.h b/firmware/export/codec-dx90.h
index b96377dfec..b96377dfec 100644
--- a/firmware/target/hosted/ibasso/dx90/codec-dx90.h
+++ b/firmware/export/codec-dx90.h