summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r--apps/pcmbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c
index c8ed91e21a..99e56d160d 100644
--- a/apps/pcmbuf.c
+++ b/apps/pcmbuf.c
@@ -295,7 +295,9 @@ static void pcmbuf_under_watermark(bool under)
295 } 295 }
296 else 296 else
297 { 297 {
298#ifdef HAVE_PRIORITY_SCHEDULING
298 boost_codec_thread(false); 299 boost_codec_thread(false);
300#endif
299 cancel_cpu_boost(); 301 cancel_cpu_boost();
300 } 302 }
301 } 303 }