From 0eab8786edae3a7cc06d9f37793aefb712358cd3 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/wcte12xp/wcte12xp.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'drivers/dahdi/wcte12xp/wcte12xp.h') diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h index 655ac30..a93df54 100644 --- a/drivers/dahdi/wcte12xp/wcte12xp.h +++ b/drivers/dahdi/wcte12xp/wcte12xp.h @@ -8,7 +8,7 @@ * Matthew Fredrickson * William Meadows * - * Copyright (C) 2007, Digium, Inc. + * Copyright (C) 2007-2009, Digium, Inc. * * All rights reserved. * @@ -130,13 +130,11 @@ struct t1 { unsigned long ctlreg; struct voicebus* vb; atomic_t txints; -#ifdef VPM_SUPPORT - int vpm; - struct vpm150m *vpm150m; + int vpm100; + struct vpmadt032 *vpmadt032; unsigned long dtmfactive; unsigned long dtmfmask; unsigned long dtmfmutemask; -#endif spinlock_t cmd_list_lock; struct list_head pending_cmds; -- cgit v1.2.3