1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2960366cfSKarsten Keil /* 3960366cfSKarsten Keil * dsp_hwec.h 4960366cfSKarsten Keil */ 5960366cfSKarsten Keil 6960366cfSKarsten Keil extern struct mISDN_dsp_element *dsp_hwec; 7960366cfSKarsten Keil extern void dsp_hwec_enable(struct dsp *dsp, const char *arg); 8960366cfSKarsten Keil extern void dsp_hwec_disable(struct dsp *dsp); 9960366cfSKarsten Keil extern int dsp_hwec_init(void); 10960366cfSKarsten Keil extern void dsp_hwec_exit(void); 11