pcmbuf: remove pcmbuf_sampr

Change-Id: I5da91acbf8a3e23446d38b9e62d4e1c67d41aba9
This commit is contained in:
mojyack 2026-03-31 11:07:38 +09:00
parent 498a9fffeb
commit cfb01cfd58
4 changed files with 11 additions and 24 deletions

View file

@ -26,6 +26,7 @@
#include "kernel.h"
#include "codecs.h"
#include "codec_thread.h"
#include "pcm_mixer.h"
#include "pcmbuf.h"
#include "audio_thread.h"
#include "playback.h"
@ -518,7 +519,7 @@ static void run_codec(void)
codec_queue_ack(Q_CODEC_RUN);
trigger_cpu_boost();
dsp_configure(ci.dsp, DSP_SET_OUT_FREQUENCY, pcmbuf_get_frequency());
dsp_configure(ci.dsp, DSP_SET_OUT_FREQUENCY, mixer_get_frequency());
if (!encoder)
{