1
0
Fork 0
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:
Michael Sevakis 2008-01-18 09:35:03 +00:00
parent 6e051bb443
commit 905d80619c

View file

@ -30,9 +30,6 @@
void audiohw_init(void)
{
/* reset I2C */
i2c_init();
/* GPC5 controls headphone output */
GPCCON &= ~(0x3 << 10);
GPCCON |= (1 << 10);