summaryrefslogtreecommitdiff
path: root/apps/codec_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codec_thread.c')
-rw-r--r--apps/codec_thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c
index d4b1c64573..8f9f5a3c74 100644
--- a/apps/codec_thread.c
+++ b/apps/codec_thread.c
@@ -507,6 +507,7 @@ static void run_codec(void)
507 codec_queue_ack(Q_CODEC_RUN); 507 codec_queue_ack(Q_CODEC_RUN);
508 508
509 trigger_cpu_boost(); 509 trigger_cpu_boost();
510 dsp_configure(ci.dsp, DSP_SET_OUT_FREQUENCY, pcmbuf_get_frequency());
510 511
511 if (!encoder) 512 if (!encoder)
512 { 513 {