diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-20 17:09:44 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-20 17:09:44 +0000 |
commit | 7042c96b4a695690a491a6494ec67bf77783a7f3 (patch) | |
tree | 227a6e755b9a1a5206e61d412afccaaedb5b076c /firmware/export/as3514.h | |
parent | 0efbe23fe0fa04d92be283ed0281a793fda5e737 (diff) |
Clip+: enable sound on "as3514" (as3543 in fact)
as3525 comes with a as3517, as3525v2 with a as3543, rename specific
registers accordingly
Existing problems: FM (line out) doesn't work, volume can't go below a
certain point
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25260 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3514.h')
-rw-r--r-- | firmware/export/as3514.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h index 53851335c8..a9b12de36e 100644 --- a/firmware/export/as3514.h +++ b/firmware/export/as3514.h @@ -46,10 +46,11 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r); #define AS3514_DAC_L 0x0f #define AS3514_ADC_R 0x10 #define AS3514_ADC_L 0x11 +#define AS3543_DAC_IF 0x12 /* only in as3543 */ #define AS3514_AUDIOSET1 0x14 #define AS3514_AUDIOSET2 0x15 #define AS3514_AUDIOSET3 0x16 -#define AS3514_USB_UTIL 0x17 /* Only in AS3525 ? */ +#define AS3517_USB_UTIL 0x17 /* only in as3517+ */ #define AS3514_PLLMODE 0x1d #define AS3514_SYSTEM 0x20 |