From e7075db2a76425051b2ecfdd14f14b07384c7e08 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 22 May 2007 15:34:24 +0000 Subject: e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapping and clicks. Reduce number of FIQs. Should be adaptable to iPods and other PP targets in a few minutes work, eh? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13463 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/audio/as3514.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers/audio') diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c index 771275e8fa..d068e08081 100644 --- a/firmware/drivers/audio/as3514.c +++ b/firmware/drivers/audio/as3514.c @@ -106,7 +106,7 @@ int audiohw_init(void) as3514_write(HPH_OUT_L, 0x16); /* set default vol for headphone */ as3514_write(LINE_IN1_R, 0x36); /* unmute lineIn 1 and set gain */ as3514_write(LINE_IN1_L, 0x36); /* unmute lineIn 1 and set gain */ - as3514_write(PLLMODE, 0x04); + as3514_write(PLLMODE, 0x00); /* read all reg values */ for (i = 0; i < sizeof(as3514_regs) / sizeof(int); i++) -- cgit v1.2.3