Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sansa AMS: Add extra delay to the uSD init sequence to enhance card compatability,

Some cards need this delay now that we're running at ident speed during this part of the init stage.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23919 a1c6a512-1295-4272-9138-f99709370657

+1
+1
firmware/target/arm/as3525/ata_sd_as3525.c
··· 333 333 /* CMD7 w/rca=0: Deselect card to put it in STBY state */ 334 334 if(!send_cmd(drive, SD_DESELECT_CARD, 0, MCI_ARG, NULL)) 335 335 return -8; 336 + mci_delay(); 336 337 } 337 338 #endif /* HAVE_MULTIDRIVE */ 338 339