diff options
Diffstat (limited to 'include/sound/wavefront_fx.h')
-rw-r--r-- | include/sound/wavefront_fx.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/sound/wavefront_fx.h b/include/sound/wavefront_fx.h new file mode 100644 index 00000000000..cec92b14179 --- /dev/null +++ b/include/sound/wavefront_fx.h @@ -0,0 +1,9 @@ +#ifndef __SOUND_WAVEFRONT_FX_H +#define __SOUND_WAVEFRONT_FX_H + +extern int snd_wavefront_fx_detect (snd_wavefront_t *); +extern void snd_wavefront_fx_ioctl (snd_synth_t *sdev, + unsigned int cmd, + unsigned long arg); + +#endif __SOUND_WAVEFRONT_FX_H |