Fix audio on m:robe 100.

Tested on different revisions and it works reliably.

Change-Id: Ic710236247a17f516c8561429f2da5c9684341b9
This commit is contained in:
Szymon Dziok 2013-12-17 20:11:08 +01:00
parent e3c2ed7a71
commit e7499ba981

View file

@ -277,6 +277,7 @@ void audiohw_postinit(void)
#if defined(MROBE_100)
/* enable headphone output */
sleep(1);
GPIOL_OUTPUT_VAL &= ~0x10;
GPIOL_OUTPUT_EN |= 0x10;
#elif defined(MPIO_HD200)