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 (Classic) - enable HAVE_DISK_STORAGE

Fixes missing Settings - General Settings - System - Disk - Spindown
setting.

Change-Id: Iae686598dfd7ad4ca1faf8db9f1271e7808de752
Reviewed-on: http://gerrit.rockbox.org/376
Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
Tested-by: Michael Giacomelli <giac2000@hotmail.com>

authored by

Hayden Pearce and committed by
Michael Giacomelli
6803d7b1 935d8bea

+4
+4
firmware/export/config/ipod6g.h
··· 102 102 //#define AB_REPEAT_ENABLE 103 103 //#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE 104 104 105 + /* define this if you have a disk storage, i.e. something 106 + that needs spinups and can cause skips when shaked */ 107 + #define HAVE_DISK_STORAGE 108 + 105 109 /* Define this to enable morse code input */ 106 110 #define HAVE_MORSE_INPUT 107 111