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.

Hopefully get some green back from r26051.

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

+7 -3
+1 -1
apps/menus/sound_menu.c
··· 49 49 ); 50 50 51 51 #ifdef AUDIOHW_HAVE_BASS_CUTOFF 52 - MENUITEM_SETTING(treble_cutoff, &global_settings.treble_cutoff, NULL); 52 + MENUITEM_SETTING(bass_cutoff, &global_settings.bass_cutoff, NULL); 53 53 #endif 54 54 #endif /* AUDIOHW_HAVE_BASS */ 55 55
-1
firmware/drivers/audio/wm8731.c
··· 35 35 #include "audio.h" 36 36 37 37 #include "wmcodec.h" 38 - #include "audiohw.h" 39 38 #include "sound.h" 40 39 41 40
+6 -1
firmware/export/audiohw.h
··· 225 225 #if (AUDIOHW_CAPS & DEPTH_3D_CAP) 226 226 #define AUDIOHW_HAVE_DEPTH_3D 227 227 #endif 228 - 228 + #else 229 + #if defined (HAVE_SW_TONE_CONTROLS) 230 + /* Needed for proper sound support */ 231 + #define AUDIOHW_HAVE_BASS 232 + #define AUDIOHW_HAVE_TREBLE 233 + #endif 229 234 #endif /* AUDIOHW_CAPS */ 230 235 231 236 enum {