Añade soporte para el cancelador de eco Octasic.
Crea la estructura y los archivos necesarios para el cancelador de eco Octasic.
NOTA: El parche no es suficiente para hacer funcionar el cancelador de eco, no necesarios los binarios de octveq y las licencias. Para más información ver la página de instalación.
+/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\ + +File: dahdi_echocan_octware.c + +This file is part of the OCTVQE GPL kernel module. The OCTVQE GPL kernel module +is free software; you can redistribute it and/or modify it under the terms of +the GNU General Public License as published by the Free Software Foundation; +either version 2 of the License, or (at your option) any later version. + +The OCTVQE GPL module is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +Description: This file contains a module where the DAHDI echo functions relay on, + also calls the octvqe_init() to load SoftEcho's environment. + +\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\ + +File: octvqe_ioctl.h + +Description: Zaptel OCTVQE module I/O control defines + +You should have received a copy of the GNU General Public License +along with the OCTVQE GPL module; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +$Octasic_Release: OCTVQE8-01.04.02-PR $ + +$Octasic_Revision: 5 $ + +\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\ + +File: octvqe_linux.c + +Description: This file contains the linux kernel module functions for the + OCTVQE software echo canceller. + +$Octasic_Revision: 29 $ + +\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ + +/* + * This version is an addaption of the original code to make it work together DAHDI +*/
drivers/dahdi/dahdi_echocan_octvqe.c
drivers/dahdi/Kbuild
drivers/dahdi/octware/octvqe_ioctl.h
drivers/dahdi/octware/octvqe_linux.c