From 172fc967b07f59e4928db9ca331f2f7a3a383c04 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 22 May 2010 00:28:03 +0000 Subject: as3525v2: RTC alarm A specific poweroff function needs to be used for wake-up to work Disable RTC in bootloaders for consistency with other Sansas git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26243 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3514.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/as3514.h') diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h index e9eda62ee3..31253724a7 100644 --- a/firmware/export/as3514.h +++ b/firmware/export/as3514.h @@ -96,6 +96,10 @@ extern void audiohw_set_lineout_vol(int vol_l, int vol_r); #define AS3514_SUPERVISOR 0x24 #endif +#ifdef HAVE_AS3543 +#define AS3543_WAKEUP 0x22 +#endif + /* AS3543 has 2 IRQ_ENRD registers at 0x23 and 0x24, but we don't use them * We call the real IRQ_ENRD2 register, IRQ_ENRD0, to stay compatible with * as3514, because the bits we use are the same -- cgit v1.2.3