mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
960366cf8d
Enable support for digital audio processing capability. This module may be used for special applications that require cross connecting of bchannels, conferencing, dtmf decoding echo cancelation, tone generation, and Blowfish encryption and decryption. It may use hardware features if available. Signed-off-by: Karsten Keil <kkeil@suse.de>
11 lines
242 B
C
11 lines
242 B
C
/*
|
|
* dsp_hwec.h
|
|
*/
|
|
|
|
extern struct mISDN_dsp_element *dsp_hwec;
|
|
extern void dsp_hwec_enable(struct dsp *dsp, const char *arg);
|
|
extern void dsp_hwec_disable(struct dsp *dsp);
|
|
extern int dsp_hwec_init(void);
|
|
extern void dsp_hwec_exit(void);
|
|
|