forked from len0rd/rockbox
e200: Remute the line in with #if 0 as it causes static noise for those without a radio chip. The FM radio patch should be updated to have those lines to compile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13467 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
644d315ec0
commit
d9bbf5af8e
1 changed files with 2 additions and 0 deletions
|
@ -114,8 +114,10 @@ int audiohw_init(void)
|
|||
as3514_write(AUDIOSET3, 0x5); /* Set HPCM off, ZCU off*/
|
||||
as3514_write(HPH_OUT_R, 0xc0 | 0x16); /* set vol and set speaker over-current to 0 */
|
||||
as3514_write(HPH_OUT_L, 0x16); /* set default vol for headphone */
|
||||
#if 0
|
||||
as3514_write(LINE_IN1_R, 0x36); /* unmute lineIn 1 and set gain */
|
||||
as3514_write(LINE_IN1_L, 0x36); /* unmute lineIn 1 and set gain */
|
||||
#endif
|
||||
as3514_write(PLLMODE, 0x00);
|
||||
|
||||
/* read all reg values */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue