Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame] | 2 | /* |
3 | * dsp_hwec.h | ||||
4 | */ | ||||
5 | |||||
6 | extern struct mISDN_dsp_element *dsp_hwec; | ||||
7 | extern void dsp_hwec_enable(struct dsp *dsp, const char *arg); | ||||
8 | extern void dsp_hwec_disable(struct dsp *dsp); | ||||
9 | extern int dsp_hwec_init(void); | ||||
10 | extern void dsp_hwec_exit(void); |