diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-07-06 13:27:16 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 11:11:46 +0200 |
commit | 47a2327eac01fa944ab935fc5bb03c3032b2ec37 (patch) | |
tree | df06cea8ce554874adb66faa87aa1613a52ee15c /include/sound | |
parent | 1a7fa543cb5d8185d293a03842b33136d8dcc04c (diff) |
[ALSA] Remove unreferenced header file include/sound/wavefront_fx.h
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/wavefront_fx.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sound/wavefront_fx.h b/include/sound/wavefront_fx.h deleted file mode 100644 index cec92b14179..00000000000 --- a/include/sound/wavefront_fx.h +++ /dev/null @@ -1,9 +0,0 @@ -#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 |