diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-22 20:40:45 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-22 20:40:45 +0100 |
| commit | 666f8fe7e3797d2996f5db9cf7d68a3fbb1b7dea (patch) | |
| tree | 495fac0276da08bd7404da9a2f52be87059db1d9 /firmware/export | |
| parent | 1450f2658a59006113fdfc356f4f0033c0e6f691 (diff) | |
| download | rockbox-666f8fe7e3797d2996f5db9cf7d68a3fbb1b7dea.zip rockbox-666f8fe7e3797d2996f5db9cf7d68a3fbb1b7dea.tar.gz rockbox-666f8fe7e3797d2996f5db9cf7d68a3fbb1b7dea.tar.bz2 rockbox-666f8fe7e3797d2996f5db9cf7d68a3fbb1b7dea.tar.xz | |
zenmozaic: enable speaker support
Change-Id: I5f90a9816e9b7ca817fcb3195b63891fda5236f5
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/creativezenmozaic.h | 3 |
1 files changed, 3 insertions, 0 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 */ |