rockbox/firmware/target
2008-09-14 20:33:24 +00:00
..
arm Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged. 2008-09-14 20:33:24 +00:00
coldfire Since several S/PDIF sources do not set the valnogood bit properly, valnogood shouldn't be considered as an error. 2008-08-19 23:07:54 +00:00
mips/ingenic_jz47xx Onda VX747: 2008-09-14 16:26:08 +00:00
sh Make local function static and add missing #includes for Archos player 2008-09-12 21:11:06 +00:00