forked from len0rd/rockbox
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13114 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b16137e10b
commit
8636e6949e
31 changed files with 36 additions and 559 deletions
|
|
@ -2911,7 +2911,7 @@ void audio_init(void)
|
|||
memset(trackdata, sizeof(trackdata), 0);
|
||||
|
||||
#if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
|
||||
if(read_hw_mask() & PR_ACTIVE_HIGH)
|
||||
if (HW_MASK & PR_ACTIVE_HIGH)
|
||||
and_b(~0x08, &PADRH);
|
||||
else
|
||||
or_b(0x08, &PADRH);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue