From d6b2deb60852a6a1802ae623f1c940eb9c89fadc Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 29 Apr 2009 17:48:39 +0000 Subject: voicebus: Move common vpmadt032 interface into voicebus module. The voicebus library was previously linked into both the wcte12xp and wctdm24xxp drivers. It is now broken out into it's own module and the common parts of the vpmadt032 interface are now located in that module to reduce duplication between the wcte12xp and wctdm24xxp drivers. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6527 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/adt_lec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'drivers/dahdi/adt_lec.c') diff --git a/drivers/dahdi/adt_lec.c b/drivers/dahdi/adt_lec.c index 344669d..a566d5d 100644 --- a/drivers/dahdi/adt_lec.c +++ b/drivers/dahdi/adt_lec.c @@ -1,7 +1,7 @@ /* * ADT Line Echo Canceller Parameter Parsing * - * Copyright (C) 2008 Digium, Inc. + * Copyright (C) 2008-2009 Digium, Inc. * * Kevin P. Fleming * @@ -33,7 +33,8 @@ static inline void adt_lec_init_defaults(struct adt_lec_params *params, __u32 ta params->tap_length = tap_length; } -static int adt_lec_parse_params(struct adt_lec_params *params, struct dahdi_echocanparams *ecp, struct dahdi_echocanparam *p) +static int adt_lec_parse_params(struct adt_lec_params *params, + struct dahdi_echocanparams *ecp, struct dahdi_echocanparam *p) { unsigned int x; char *c; -- cgit v1.2.3