mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
zenxfistyle: implement speaker support
Change-Id: If59aaacdea9f57932464a1615f2b80e410ec50dc
This commit is contained in:
parent
f0f1758067
commit
556fa2c4cd
2 changed files with 8 additions and 0 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 STFM1000
|
#define CONFIG_TUNER STFM1000
|
||||||
|
|
||||||
/* There is no hardware tone control */
|
/* There is no hardware tone control */
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,10 @@
|
||||||
|
|
||||||
#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
|
#define IMX233_AUDIO_COUPLING_MODE ACM_CAPLESS
|
||||||
|
|
||||||
|
#ifdef CREATIVE_ZENXFISTYLE
|
||||||
|
#define IMX233_AUDIO_SPKR_GATE_BANK 0
|
||||||
|
#define IMX233_AUDIO_SPKR_GATE_PIN 12
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __audio_target__ */
|
#endif /* __audio_target__ */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue