summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDieter Spaar <spaar@mirider.augusta.de>2010-09-17 21:47:54 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-28 08:04:19 +0200
commitf4bbb30f66b001d56fb7c0e236fb4c7ab0d34eea (patch)
tree8e1b5a0224e79e5392dc00502cb79c7f7cd1613d
parent61fdec01f57704064b31b336687110ec4caf11e3 (diff)
target/dsp: Adjust dsp parameters for TCH FR Codec
Written-by: Dieter Spaar <spaar@mirider.augusta.de> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/target/firmware/calypso/dsp_params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/dsp_params.c b/src/target/firmware/calypso/dsp_params.c
index ec44a0ed..e08b46e6 100644
--- a/src/target/firmware/calypso/dsp_params.c
+++ b/src/target/firmware/calypso/dsp_params.c
@@ -26,7 +26,7 @@ static T_PARAM_MCU_DSP dsp_params = {
/* TCH Full Speech */
.d_maccthresh1 = 7872,
.d_mldt = -4,
- .d_maccthresh = 7172,
+ .d_maccthresh = 7872,
.d_gu = 5772,
.d_go = 7872,
.d_attmax = 53,