diff options
Diffstat (limited to 'apps/codec_thread.c')
| -rw-r--r-- | apps/codec_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c index d4b1c64..8f9f5a3 100644 --- a/apps/codec_thread.c +++ b/apps/codec_thread.c @@ -507,6 +507,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()); if (!encoder) { |