summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8751.c
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2013-12-17 20:11:08 +0100
committerSzymon Dziok <b0hoon@o2.pl>2013-12-17 20:20:00 +0100
commite7499ba98180117642afa3d8f299732deaf47953 (patch)
tree6ec7d20bef1c2870dae113bef319913464af9287 /firmware/drivers/audio/wm8751.c
parente3c2ed7a71f65dc721c7210f120259ecd4ff65cb (diff)
downloadrockbox-e7499ba98180117642afa3d8f299732deaf47953.tar.gz
rockbox-e7499ba98180117642afa3d8f299732deaf47953.zip
Fix audio on m:robe 100.
Tested on different revisions and it works reliably. Change-Id: Ic710236247a17f516c8561429f2da5c9684341b9
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)