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:
Mark Arigo 2009-09-01 04:42:33 +00:00
parent fa49b1ef50
commit eb369bf50f

View file

@ -66,6 +66,11 @@ void audiohw_init(void)
GPIOL_OUTPUT_VAL &= ~0x20;
GPIOL_OUTPUT_EN |= 0x20;
#ifdef SAMSUNG_YH920
GPO32_ENABLE |= 0x00000002;
GPO32_VAL &= ~0x00000002;
#endif
GPO32_VAL |= 0x00000020;
GPO32_ENABLE |= 0x00000020;