now back to green

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13624 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2007-06-13 06:49:37 +00:00
parent ff67c1267c
commit f50bd1151a

View file

@ -29,19 +29,17 @@
#include "i2c.h"
#include "i2c-meg-fx.h"
int audiohw_init(void)
void audiohw_init(void)
{
/* reset I2C */
i2c_init();
/* GPC5 controls headphone output */
GPCCON &= ~(0x3 << 10);
GPCCON |= (1 << 10);
GPCDAT |= (1 << 5);
audiohw_preinit();
return 0;
}
void wmcodec_write(int reg, int data)