summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/creativezenxfi2.h3
-rw-r--r--firmware/target/arm/imx233/creative-zenxfi2/audio-target.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenxfi2.h b/firmware/export/config/creativezenxfi2.h
index d60f9a4277..b60c4441ee 100644
--- a/firmware/export/config/creativezenxfi2.h
+++ b/firmware/export/config/creativezenxfi2.h
@@ -79,6 +79,9 @@
79/* define this if you have an i.MX23 codec */ 79/* define this if you have an i.MX23 codec */
80#define HAVE_IMX233_CODEC 80#define HAVE_IMX233_CODEC
81 81
82/* Define this if you have a speaker */
83#define HAVE_SPEAKER
84
82#define CONFIG_TUNER STFM1000 85#define CONFIG_TUNER STFM1000
83 86
84/* There is no hardware tone control */ 87/* There is no hardware tone control */
diff --git a/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h b/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h
index 59e8fd6f01..d38d58bada 100644
--- a/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h
+++ b/firmware/target/arm/imx233/creative-zenxfi2/audio-target.h
@@ -23,4 +23,7 @@
23 23
24#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS 24#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
25 25
26#define IMX233_AUDIO_SPKR_GATE_BANK 0
27#define IMX233_AUDIO_SPKR_GATE_PIN 12
28
26#endif /* __audio_target__ */ 29#endif /* __audio_target__ */