summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c')
-rw-r--r--firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c b/firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
index 345991580c..531bbdafc6 100644
--- a/firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
+++ b/firmware/target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
@@ -30,9 +30,6 @@
30 30
31void audiohw_init(void) 31void audiohw_init(void)
32{ 32{
33 /* reset I2C */
34 i2c_init();
35
36 /* GPC5 controls headphone output */ 33 /* GPC5 controls headphone output */
37 GPCCON &= ~(0x3 << 10); 34 GPCCON &= ~(0x3 << 10);
38 GPCCON |= (1 << 10); 35 GPCCON |= (1 << 10);