mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
9 lines
241 B
C
9 lines
241 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);
|