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.

pcm_mixer: Explicitly initialize the mixer frequency in the pcm init path

Change-Id: I5b79dbb0608ef182fd5592797c6211ce5299999c

+3
+3
firmware/pcm.c
··· 266 266 sink->ops.postinit(); 267 267 sink->pcm_is_ready = true; 268 268 } 269 + 270 + /* Ensure mixer is in a sane state */ 271 + mixer_set_frequency(pcm_get_frequency()); 269 272 } 270 273 271 274 bool pcm_is_initialized(void)