diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:38:36 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:38:36 -0500 |
commit | 4da5cc2cec8caec1d357053e85a7a32f243f93a1 (patch) | |
tree | 3f8b603af4af88f86be7ec1d4e3639a7fc9dd1a6 /include/sound/emu10k1_synth.h | |
parent | 25c862cc9ea9b312c25a9f577f91b973131f1261 (diff) | |
parent | c6f43290ae687c11cdcd150d8bfeb57ec29cfa5b (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsa
Diffstat (limited to 'include/sound/emu10k1_synth.h')
-rw-r--r-- | include/sound/emu10k1_synth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sound/emu10k1_synth.h b/include/sound/emu10k1_synth.h index df0df1d09552..6ef61c420935 100644 --- a/include/sound/emu10k1_synth.h +++ b/include/sound/emu10k1_synth.h | |||
@@ -27,12 +27,12 @@ | |||
27 | #define SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH "emu10k1-synth" | 27 | #define SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH "emu10k1-synth" |
28 | 28 | ||
29 | /* argument for snd_seq_device_new */ | 29 | /* argument for snd_seq_device_new */ |
30 | typedef struct snd_emu10k1_synth_arg { | 30 | struct snd_emu10k1_synth_arg { |
31 | emu10k1_t *hwptr; /* chip */ | 31 | struct snd_emu10k1 *hwptr; /* chip */ |
32 | int index; /* sequencer client index */ | 32 | int index; /* sequencer client index */ |
33 | int seq_ports; /* number of sequencer ports to be created */ | 33 | int seq_ports; /* number of sequencer ports to be created */ |
34 | int max_voices; /* maximum number of voices for wavetable */ | 34 | int max_voices; /* maximum number of voices for wavetable */ |
35 | } snd_emu10k1_synth_arg_t; | 35 | }; |
36 | 36 | ||
37 | #define EMU10K1_MAX_MEMSIZE (32 * 1024 * 1024) /* 32MB */ | 37 | #define EMU10K1_MAX_MEMSIZE (32 * 1024 * 1024) /* 32MB */ |
38 | 38 | ||