Revision 2a24ab628aa7b190be32f63dfb6d96f3fb61580a authored by Linus Torvalds on 25 May 2005, 03:31:20 UTC, committed by Linus Torvalds on 25 May 2005, 03:31:20 UTC
1 parent d981289
Raw File
wavefront_fx.h
#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
back to top