From b9beeccbcf34ce08a191c22b2970475053938b27 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 16 May 2010 09:22:02 +0000 Subject: 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 --- firmware/export/as3514.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') 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); #define AS3514_AUDIOSET1 0x14 #define AS3514_AUDIOSET2 0x15 #define AS3514_AUDIOSET3 0x16 -#define AS3517_USB_UTIL 0x17 /* only in as3517+ */ +#define AS3515_USB_UTIL 0x17 /* only in as3515 */ #ifdef HAVE_AS3543 #define AS3543_BACKLIGHT 0x1b @@ -112,7 +112,7 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r); /* HPH_OUT_R (0x02) */ #define HPH_OUT_R_HP_OVC_TO (0x3 << 6) - /* AS3514/AS3517 */ + /* AS3514/AS3515 */ #define HPH_OUT_R_HP_OVC_TO_0MS (0x3 << 6) #define HPH_OUT_R_HP_OVC_TO_128MS (0x1 << 6) #define HPH_OUT_R_HP_OVC_TO_256MS (0x0 << 6) -- cgit v1.2.3