You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|
|
|