swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 9f737633e6ee54fc174282d49b2559bd2208391d authored by Linus Torvalds on 06 August 2006, 18:20:11 UTC
Linux v2.6.18-rc4
Tip revision: 9f73763
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