https://github.com/torvalds/linux
Revision d223a60106891bfe46febfacf46b20cd8509aaad authored by Linus Torvalds on 05 October 2006, 02:57:05 UTC, committed by Linus Torvalds on 05 October 2006, 02:57:05 UTC
Merge window closed..
1 parent 77dc2db
Raw File
Tip revision: d223a60106891bfe46febfacf46b20cd8509aaad authored by Linus Torvalds on 05 October 2006, 02:57:05 UTC
Linux 2.6.19-rc1
Tip revision: d223a60
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