mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
e200: Remove register fiddling in the tuner driver that has nothing to do with the tuner but with switching SD cards.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13663 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e16bd3cc9
commit
24d167206f
1 changed files with 0 additions and 1 deletions
|
@ -742,7 +742,6 @@ bool radio_power(bool status)
|
||||||
{
|
{
|
||||||
/* init mystery amplification device */
|
/* init mystery amplification device */
|
||||||
outl(inl(0x70000084) | 0x1, 0x70000084);
|
outl(inl(0x70000084) | 0x1, 0x70000084);
|
||||||
outl(inl(0x70000080) | 0x4, 0x70000080);
|
|
||||||
udelay(5);
|
udelay(5);
|
||||||
|
|
||||||
/* When power up, host should initialize the 3-wire bus in host read
|
/* When power up, host should initialize the 3-wire bus in host read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue