summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-02-16 20:46:49 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-02-16 20:53:08 +0100
commit6b3c29da6979aeb31e9e0eccaed9a3cfd4b9ad3c (patch)
tree3363ea05addf81fb0917b66d6cd80d0b314d5364 /firmware/export
parent812c3e7c48e03d0a6457adf754cb549959550f70 (diff)
downloadrockbox-6b3c29da6979aeb31e9e0eccaed9a3cfd4b9ad3c.tar.gz
rockbox-6b3c29da6979aeb31e9e0eccaed9a3cfd4b9ad3c.zip
zenxfi2: add speaker support
Change-Id: I37b85e23e6af92939700d640dbea74c646f49b7b
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/creativezenxfi2.h3
1 files changed, 3 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 */