zenxfi2: add speaker support

Change-Id: I37b85e23e6af92939700d640dbea74c646f49b7b
This commit is contained in:
Amaury Pouly 2014-02-16 20:46:49 +01:00
parent 812c3e7c48
commit 6b3c29da69
2 changed files with 6 additions and 0 deletions

View file

@ -79,6 +79,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 STFM1000
/* There is no hardware tone control */

View file

@ -23,4 +23,7 @@
#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
#define IMX233_AUDIO_SPKR_GATE_BANK 0
#define IMX233_AUDIO_SPKR_GATE_PIN 12
#endif /* __audio_target__ */