forked from len0rd/rockbox
meg-fx: remove superfluous i2c_init call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16102 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e051bb443
commit
905d80619c
1 changed files with 0 additions and 3 deletions
|
|
@ -30,9 +30,6 @@
|
|||
|
||||
void audiohw_init(void)
|
||||
{
|
||||
/* reset I2C */
|
||||
i2c_init();
|
||||
|
||||
/* GPC5 controls headphone output */
|
||||
GPCCON &= ~(0x3 << 10);
|
||||
GPCCON |= (1 << 10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue