summaryrefslogtreecommitdiffstats
path: root/include/linux/wavefront.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /include/linux/wavefront.h
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'include/linux/wavefront.h')
-rw-r--r--include/linux/wavefront.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/include/linux/wavefront.h b/include/linux/wavefront.h
index 736fc2747..f5f4052d6 100644
--- a/include/linux/wavefront.h
+++ b/include/linux/wavefront.h
@@ -150,10 +150,6 @@ typedef unsigned char UCHAR8;
#define WF_MIDI_VIRTUAL_IS_EXTERNAL 0x2
#define WF_MIDI_IN_TO_SYNTH_DISABLED 0x4
-/* See wavefront.c for details */
-
-#define WAVEFRONT_MAX_DEVICES 1 /* How many WaveFront cards we can handle */
-
/* slot indexes for struct address_info: makes code a little more mnemonic */
#define WF_SYNTH_SLOT 0
@@ -502,11 +498,11 @@ typedef union wf_any {
wavefront_drum d;
} wavefront_any;
-/* Hannu Savolainen hoped that his "patch_info" struct in soundcard.h
- might work for other wavetable-based patch-loading situations.
- Alas, his fears were correct. The WaveFront doesn't even come with
- just "patches", but several different kinds of structures that
- control the process of generating sound.
+/* Hannu Solvainen hoped that his "patch_info" struct in soundcard.h
+ might work for other wave-table based patch loading situations.
+ Alas, his fears were correct. The WaveFront doesn't even come with
+ just "patches", but several different kind of structures that
+ control the sound generation process.
*/
typedef struct wf_patch_info {
@@ -662,7 +658,7 @@ typedef struct wf_fx_info {
/* Allow direct user-space control over FX memory/coefficient data.
In theory this could be used to download the FX microprogram,
- but it would be a little slower, and involve some weird code.
+ but it would be a little slower, and involve some wierd code.
*/
#define WFFX_MEMSET 69