zenxfi: enable speaker
Change-Id: I603112d2a348abf92d5c8975ea76d3a57fda7cfc
This commit is contained in:
parent
88799b38cf
commit
2a71c08533
2 changed files with 4 additions and 1 deletions
|
@ -80,6 +80,9 @@
|
||||||
/* define this if you have an i.MX23 codec */
|
/* define this if you have an i.MX23 codec */
|
||||||
#define HAVE_IMX233_CODEC
|
#define HAVE_IMX233_CODEC
|
||||||
|
|
||||||
|
/* Define this if you have a speaker */
|
||||||
|
#define HAVE_SPEAKER
|
||||||
|
|
||||||
#define CONFIG_TUNER TEA5760
|
#define CONFIG_TUNER TEA5760
|
||||||
|
|
||||||
/* There is no hardware tone control */
|
/* There is no hardware tone control */
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
|
#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_BANK 0
|
||||||
#define IMX233_AUDIO_SPKR_GATE_PIN 12
|
#define IMX233_AUDIO_SPKR_GATE_PIN 12
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue