mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 variant 1 players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29657 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d74fdec02
commit
5c4c691cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ static int sd_init_card(const int drive)
|
|||
/* Set low power mode */
|
||||
#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS)
|
||||
if (amsv2_variant == 1)
|
||||
MCI_CLKENA |= 1<<16;
|
||||
MCI_CLKENA |= 1<<(1 + 16);
|
||||
else
|
||||
#endif
|
||||
MCI_CLKENA |= 1<<(drive + 16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue