diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-22 18:13:48 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-22 18:13:48 +0100 |
| commit | aae249c206555f1481348248352471f8e4cc5ae5 (patch) | |
| tree | 1bd48167873d4aada6babce214f41362624c093c | |
| parent | 9517bd86b0eeee71679bef3aceeaf8dff5543a66 (diff) | |
| download | rockbox-aae249c206555f1481348248352471f8e4cc5ae5.zip rockbox-aae249c206555f1481348248352471f8e4cc5ae5.tar.gz rockbox-aae249c206555f1481348248352471f8e4cc5ae5.tar.bz2 rockbox-aae249c206555f1481348248352471f8e4cc5ae5.tar.xz | |
zenxfi3: enable speaker support
Change-Id: I4a46bf8d792c3286a367d3b962362d048eeb0619
| -rw-r--r-- | firmware/export/config/creativezenxfi3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h index b4a328d..79d0809 100644 --- a/firmware/export/config/creativezenxfi3.h +++ b/firmware/export/config/creativezenxfi3.h @@ -96,6 +96,9 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC +/* Define this if you have a speaker */ +#define HAVE_SPEAKER + /* LCD dimensions */ #define LCD_WIDTH 176 #define LCD_HEIGHT 220 |