summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/creativezenmozaic.h3
-rw-r--r--firmware/target/arm/imx233/creative-zen/audio-target.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config/creativezenmozaic.h b/firmware/export/config/creativezenmozaic.h
index cb60cd3..5901201 100644
--- a/firmware/export/config/creativezenmozaic.h
+++ b/firmware/export/config/creativezenmozaic.h
@@ -76,6 +76,9 @@
/* define this if you have an i.MX23 codec */
#define HAVE_IMX233_CODEC
+/* Define this if you have a speaker */
+#define HAVE_SPEAKER
+
#define CONFIG_TUNER TEA5760
/* There is no hardware tone control */
diff --git a/firmware/target/arm/imx233/creative-zen/audio-target.h b/firmware/target/arm/imx233/creative-zen/audio-target.h
index bebc680..67316de 100644
--- a/firmware/target/arm/imx233/creative-zen/audio-target.h
+++ b/firmware/target/arm/imx233/creative-zen/audio-target.h
@@ -23,7 +23,7 @@
#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
-#ifdef CREATIVE_ZENXFISTYLE
+#if defined(CREATIVE_ZENXFISTYLE) || defined(CREATIVE_ZENMOZAIC)
#define IMX233_AUDIO_SPKR_GATE_BANK 0
#define IMX233_AUDIO_SPKR_GATE_PIN 12
#endif