Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dsp_hwec.c File Reference
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/mISDNdsp.h>
#include <linux/mISDNif.h>
#include "core.h"
#include "dsp.h"
#include "dsp_hwec.h"

Go to the source code of this file.

Functions

void dsp_hwec_enable (struct dsp *dsp, const char *arg)
 
void dsp_hwec_disable (struct dsp *dsp)
 
int dsp_hwec_init (void)
 
void dsp_hwec_exit (void)
 

Variables

struct mISDN_dsp_elementdsp_hwec = &dsp_hwec_p
 

Function Documentation

void dsp_hwec_disable ( struct dsp dsp)

Definition at line 107 of file dsp_hwec.c.

void dsp_hwec_enable ( struct dsp dsp,
const char arg 
)

Definition at line 51 of file dsp_hwec.c.

void dsp_hwec_exit ( void  )

Definition at line 134 of file dsp_hwec.c.

int dsp_hwec_init ( void  )

Definition at line 127 of file dsp_hwec.c.

Variable Documentation

struct mISDN_dsp_element* dsp_hwec = &dsp_hwec_p

Definition at line 49 of file dsp_hwec.c.