summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8751.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8751.c')
-rw-r--r--firmware/drivers/audio/wm8751.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/audio/wm8751.c b/firmware/drivers/audio/wm8751.c
index 476c6c342a..992c932179 100644
--- a/firmware/drivers/audio/wm8751.c
+++ b/firmware/drivers/audio/wm8751.c
@@ -277,6 +277,7 @@ void audiohw_postinit(void)
277 277
278#if defined(MROBE_100) 278#if defined(MROBE_100)
279 /* enable headphone output */ 279 /* enable headphone output */
280 sleep(1);
280 GPIOL_OUTPUT_VAL &= ~0x10; 281 GPIOL_OUTPUT_VAL &= ~0x10;
281 GPIOL_OUTPUT_EN |= 0x10; 282 GPIOL_OUTPUT_EN |= 0x10;
282#elif defined(MPIO_HD200) 283#elif defined(MPIO_HD200)