diff options
Diffstat (limited to 'apps/pcmbuf.c')
| -rw-r--r-- | apps/pcmbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index b4d9bce..6d2f68a 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -121,7 +121,7 @@ void pcmbuf_boost(bool state) if (state != boost_state) { - cpu_boost(state); + cpu_boost_id(state, CPUBOOSTID_PCMBUF); boost_state = state; } |