mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Enable sound on the Samsung YH-920
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22588 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fa49b1ef50
commit
eb369bf50f
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,11 @@ void audiohw_init(void)
|
||||||
GPIOL_OUTPUT_VAL &= ~0x20;
|
GPIOL_OUTPUT_VAL &= ~0x20;
|
||||||
GPIOL_OUTPUT_EN |= 0x20;
|
GPIOL_OUTPUT_EN |= 0x20;
|
||||||
|
|
||||||
|
#ifdef SAMSUNG_YH920
|
||||||
|
GPO32_ENABLE |= 0x00000002;
|
||||||
|
GPO32_VAL &= ~0x00000002;
|
||||||
|
#endif
|
||||||
|
|
||||||
GPO32_VAL |= 0x00000020;
|
GPO32_VAL |= 0x00000020;
|
||||||
GPO32_ENABLE |= 0x00000020;
|
GPO32_ENABLE |= 0x00000020;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue