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.

as3525: PCM driver init references the sink directly

Change-Id: I42e8f04214790676d6f177669cdeda58fa8e8c28

+1 -1
+1 -1
firmware/target/arm/as3525/pcm-as3525.c
··· 189 189 I2SOUT_CONTROL = (1<<6) | (1<<3); /* enable dma, stereo */ 190 190 191 191 audiohw_preinit(); 192 - sink_set_freq(HW_SAMPR_DEFAULT); 192 + sink_set_freq(builtin_pcm_sink.caps.default_freq); 193 193 } 194 194 195 195 #ifdef HAVE_PCM_DMA_ADDRESS