zenxfi: enable speaker

Change-Id: I603112d2a348abf92d5c8975ea76d3a57fda7cfc
This commit is contained in:
Amaury Pouly 2014-03-09 01:25:51 +01:00
parent 88799b38cf
commit 2a71c08533
2 changed files with 4 additions and 1 deletions

View file

@ -80,6 +80,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 */

View file

@ -23,7 +23,7 @@
#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
#if defined(CREATIVE_ZENXFISTYLE) || defined(CREATIVE_ZENMOZAIC)
#if defined(CREATIVE_ZENXFISTYLE) || defined(CREATIVE_ZENMOZAIC) || defined(CREATIVE_ZENXFI)
#define IMX233_AUDIO_SPKR_GATE_BANK 0
#define IMX233_AUDIO_SPKR_GATE_PIN 12
#endif