mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
pcmbuf: remove pcmbuf_sampr
Change-Id: I5da91acbf8a3e23446d38b9e62d4e1c67d41aba9
This commit is contained in:
parent
498a9fffeb
commit
cfb01cfd58
4 changed files with 11 additions and 24 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue