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.

ipod6g: Turn on STORAGE_NEEDS_BOUNCE_BUFFER

The s5l8702's ATA controller can only DMA in/out of cacheline-
aligned buffers. The more general buffering code already ensures
its buffers are aligned, but this covers the rest of the
users of the general I/O path.

Change-Id: Iae54d98797efb61756cb73e3901308775a0c5e52

+2
+2
firmware/export/config/ipod6g.h
··· 12 12 /* define this if you use an ATA controller */ 13 13 #define CONFIG_STORAGE STORAGE_ATA 14 14 15 + #define STORAGE_NEEDS_BOUNCE_BUFFER 16 + 15 17 #define HAVE_ATA_DMA 16 18 #define ATA_MAX_UDMA 4 17 19 #define ATA_MAX_MWDMA 2