summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/pcm_record.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/pcm_record.c b/apps/recorder/pcm_record.c
index 6babd5ea6f..2170e473bc 100644
--- a/apps/recorder/pcm_record.c
+++ b/apps/recorder/pcm_record.c
@@ -1623,6 +1623,8 @@ static void on_record_stop(void)
1623 if (record_state == REC_STATE_IDLE) 1623 if (record_state == REC_STATE_IDLE)
1624 return; 1624 return;
1625 1625
1626 trigger_cpu_boost();
1627
1626 /* Drain encoder and PCM buffers */ 1628 /* Drain encoder and PCM buffers */
1627 pcm_pause = true; 1629 pcm_pause = true;
1628 finish_stream(true); 1630 finish_stream(true);