summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-16 09:22:02 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-16 09:22:02 +0000
commitb9beeccbcf34ce08a191c22b2970475053938b27 (patch)
treeabfe44096c61c40d1416686b624222ea47e7c57a /firmware/export
parent33bb4cdb1b01221eb7d3548a774fdd242f4cbb7b (diff)
downloadrockbox-b9beeccbcf34ce08a191c22b2970475053938b27.tar.gz
rockbox-b9beeccbcf34ce08a191c22b2970475053938b27.zip
as3525v1 use an as3515 audio codec/PMU, not an as3517 as previously thought
-> Change references to as3517 into as3515 there is a reference to the as3515 in the public as3525 datasheet to support this fact as3517 is used in the as3527 SoC, the (public) as3527 datasheet has detailed information on its registers the audio codec/PMU used in as3525v2 (thought to be as3543) appears to be compatible (identical?) with as3517 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26075 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/as3514.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h
index 60f0e4c6d2..df149c274a 100644
--- a/firmware/export/as3514.h
+++ b/firmware/export/as3514.h
@@ -58,7 +58,7 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
58#define AS3514_AUDIOSET1 0x14 58#define AS3514_AUDIOSET1 0x14
59#define AS3514_AUDIOSET2 0x15 59#define AS3514_AUDIOSET2 0x15
60#define AS3514_AUDIOSET3 0x16 60#define AS3514_AUDIOSET3 0x16
61#define AS3517_USB_UTIL 0x17 /* only in as3517+ */ 61#define AS3515_USB_UTIL 0x17 /* only in as3515 */
62 62
63#ifdef HAVE_AS3543 63#ifdef HAVE_AS3543
64#define AS3543_BACKLIGHT 0x1b 64#define AS3543_BACKLIGHT 0x1b
@@ -112,7 +112,7 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r);
112 112
113/* HPH_OUT_R (0x02) */ 113/* HPH_OUT_R (0x02) */
114#define HPH_OUT_R_HP_OVC_TO (0x3 << 6) 114#define HPH_OUT_R_HP_OVC_TO (0x3 << 6)
115 /* AS3514/AS3517 */ 115 /* AS3514/AS3515 */
116 #define HPH_OUT_R_HP_OVC_TO_0MS (0x3 << 6) 116 #define HPH_OUT_R_HP_OVC_TO_0MS (0x3 << 6)
117 #define HPH_OUT_R_HP_OVC_TO_128MS (0x1 << 6) 117 #define HPH_OUT_R_HP_OVC_TO_128MS (0x1 << 6)
118 #define HPH_OUT_R_HP_OVC_TO_256MS (0x0 << 6) 118 #define HPH_OUT_R_HP_OVC_TO_256MS (0x0 << 6)