diff options
-rw-r--r-- | apps/dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsp.c b/apps/dsp.c index 9a074d9214..7ea9ecfafd 100644 --- a/apps/dsp.c +++ b/apps/dsp.c @@ -638,7 +638,7 @@ void dsp_eq_update_data(bool enabled) /* set emac unit for dsp processing, and save old macsr, we're running in codec thread context at this point, so can't clobber it */ unsigned long old_macsr = coldfire_get_macsr(); - coldfire_set_macsr(EMAC_FRACTIONAL | EMAC_SATURATE); + coldfire_set_macsr(EMAC_FRACTIONAL | EMAC_SATURATE | EMAC_ROUND); #endif /* Iterate over each band and update the appropriate filter */ |