From 17eca7bfa0cb7af7cf432463c772ff572ebb7018 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 29 Mar 2010 19:48:18 +0000 Subject: as3525v2: FM playback (only tested on Clip+) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25383 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3514.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/as3514.h b/firmware/export/as3514.h index c7353a2e97..afc982da39 100644 --- a/firmware/export/as3514.h +++ b/firmware/export/as3514.h @@ -102,10 +102,17 @@ 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 */ #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) #define HPH_OUT_R_HP_OVC_TO_512MS (0x2 << 6) + /* AS3543 */ + #define HPH_OUT_R_HP_OUT_SUM (0x0 << 5) + #define HPH_OUT_R_HP_OUT_DAC (0x1 << 5) + #define HPH_OUT_R_HP_OUT_LINE (0x2 << 5) + #define HPH_OUT_R_HP_OUT_MIC (0x3 << 5) + #define HPH_OUT_R_HP_OUT_MASK (0x3 << 5) /* Use AS3514_VOL_MASK */ /* HPH_OUT_L (0x03) */ -- cgit v1.2.3