From 46c56582645dd5fff080df9a28fdf191af0be3b0 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 12 Nov 2009 23:45:46 +0000 Subject: Merged revisions 7582 via svnmerge from https://origsvn.digium.com/svn/dahdi/linux/trunk ........ r7582 | sruffell | 2009-11-12 17:19:13 -0600 (Thu, 12 Nov 2009) | 1 line wcte12xp, voicebus: Set the companding mode correctly on E1. ........ git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.2@7584 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/voicebus/GpakCust.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dahdi/voicebus/GpakCust.c') diff --git a/drivers/dahdi/voicebus/GpakCust.c b/drivers/dahdi/voicebus/GpakCust.c index ec23336..b9964cf 100644 --- a/drivers/dahdi/voicebus/GpakCust.c +++ b/drivers/dahdi/voicebus/GpakCust.c @@ -442,6 +442,7 @@ int vpmadt032_echocan_create(struct vpmadt032 *vpm, int channo, * module. Instead, it uses tap_length to enable or disable the echo * cancellation. */ order->params.tap_length = (ecp->tap_length) ? 1 : 0; + order->params.companding = vpm->companding; order->channel = channo; vpmadt032_check_and_schedule_update(vpm, order); -- cgit v1.2.3