summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/dsp.c2
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)
638 /* set emac unit for dsp processing, and save old macsr, we're running in 638 /* set emac unit for dsp processing, and save old macsr, we're running in
639 codec thread context at this point, so can't clobber it */ 639 codec thread context at this point, so can't clobber it */
640 unsigned long old_macsr = coldfire_get_macsr(); 640 unsigned long old_macsr = coldfire_get_macsr();
641 coldfire_set_macsr(EMAC_FRACTIONAL | EMAC_SATURATE); 641 coldfire_set_macsr(EMAC_FRACTIONAL | EMAC_SATURATE | EMAC_ROUND);
642 #endif 642 #endif
643 643
644 /* Iterate over each band and update the appropriate filter */ 644 /* Iterate over each band and update the appropriate filter */