From c27ea297a35b555b93a5e2be66297c1ba6cdbed4 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 24 Jul 2011 21:56:24 +0000 Subject: Commit FS#12111 by Stephan Grossklass. Disables output mixer auto gain control on AMSv2. Should fix occasional distortion reported when running the player at very high output levels (e.g. at or above 0dB). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30208 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 dfe0f8017f..0bfd445469 100644 --- a/firmware/export/as3514.h +++ b/firmware/export/as3514.h @@ -300,6 +300,10 @@ extern void audiohw_set_sampr_dividers(int fsel); /* AUDIOSET2 (15h) */ #ifdef HAVE_AS3543 +#define AUDIOSET2_BIAS_on (0x0 << 7) +#define AUDIOSET2_BIAS_off (0x1 << 7) +#define AUDIOSET2_SUM_off (0x1 << 6) +#define AUDIOSET2_AGC_off (0x1 << 5) #define AUDIOSET2_HPH_QUALITY_LOW_POWER (0x0 << 4) #define AUDIOSET2_HPH_QUALITY_HIGH (0x1 << 4) #else -- cgit v1.2.3