summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/samsung/akcodec-yh82x_yh92x.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/samsung/akcodec-yh82x_yh92x.c b/firmware/target/arm/samsung/akcodec-yh82x_yh92x.c
index bfdd9203ce..3eb6fae695 100644
--- a/firmware/target/arm/samsung/akcodec-yh82x_yh92x.c
+++ b/firmware/target/arm/samsung/akcodec-yh82x_yh92x.c
@@ -66,6 +66,11 @@ void audiohw_init(void)
66 GPIOL_OUTPUT_VAL &= ~0x20; 66 GPIOL_OUTPUT_VAL &= ~0x20;
67 GPIOL_OUTPUT_EN |= 0x20; 67 GPIOL_OUTPUT_EN |= 0x20;
68 68
69#ifdef SAMSUNG_YH920
70 GPO32_ENABLE |= 0x00000002;
71 GPO32_VAL &= ~0x00000002;
72#endif
73
69 GPO32_VAL |= 0x00000020; 74 GPO32_VAL |= 0x00000020;
70 GPO32_ENABLE |= 0x00000020; 75 GPO32_ENABLE |= 0x00000020;
71 76