diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/pcmbuf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index c8ed91e..99e56d1 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -295,7 +295,9 @@ static void pcmbuf_under_watermark(bool under) } else { +#ifdef HAVE_PRIORITY_SCHEDULING boost_codec_thread(false); +#endif cancel_cpu_boost(); } } |