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.

Haas Surround add flag so the settings can be read back from the config file

not sure how long this has been broken

Change-Id: Ifdbfff1e43f3cd6b5ef1c66d45b6b6f38f60cb95

authored by

William Wilgus and committed by
William Wilgus
2b79ad43 863538c5

+2 -2
+2 -2
apps/settings_list.c
··· 1640 1640 OFFON_SETTING(F_SOUNDSETTING, dithering_enabled, LANG_DITHERING, false, 1641 1641 "dithering enabled", dsp_dither_enable), 1642 1642 /* surround */ 1643 - TABLE_SETTING(F_TIME_SETTING | F_SOUNDSETTING, surround_enabled, 1644 - LANG_SURROUND, 0, "surround enabled", off, 1643 + TABLE_SETTING(F_TIME_SETTING | F_SOUNDSETTING | F_ALLOW_ARBITRARY_VALS, 1644 + surround_enabled, LANG_SURROUND, 0, "surround enabled", off, 1645 1645 UNIT_MS, formatter_time_unit_0_is_off, 1646 1646 getlang_time_unit_0_is_off, 1647 1647 dsp_surround_enable, 6,