mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Fix audio on m:robe 100.
Tested on different revisions and it works reliably. Change-Id: Ic710236247a17f516c8561429f2da5c9684341b9
This commit is contained in:
parent
e3c2ed7a71
commit
e7499ba981
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue