|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/slab.h>#include <linux/string.h>#include <linux/module.h>#include <sound/core.h>#include <sound/seq_kernel.h>#include <sound/seq_midi_emul.h>#include <sound/initval.h>#include <sound/asoundef.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Takashi Iwai / Steve Ratcliffe") | |
| MODULE_DESCRIPTION ("Advanced Linux Sound Architecture sequencer MIDI emulation.") | |
| MODULE_LICENSE ("GPL") | |
| void | snd_midi_process_event (struct snd_midi_op *ops, struct snd_seq_event *ev, struct snd_midi_channel_set *chanset) |
| void | snd_midi_channel_set_clear (struct snd_midi_channel_set *chset) |
| struct snd_midi_channel_set * | snd_midi_channel_alloc_set (int n) |
| void | snd_midi_channel_free_set (struct snd_midi_channel_set *chset) |
| MODULE_AUTHOR | ( | "Takashi Iwai / Steve Ratcliffe" | ) |
| MODULE_DESCRIPTION | ( | "Advanced Linux Sound Architecture sequencer MIDI emulation." | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
Definition at line 689 of file seq_midi_emul.c.
| void snd_midi_channel_free_set | ( | struct snd_midi_channel_set * | chset | ) |
Definition at line 717 of file seq_midi_emul.c.
| void snd_midi_channel_set_clear | ( | struct snd_midi_channel_set * | chset | ) |
Definition at line 383 of file seq_midi_emul.c.
| void snd_midi_process_event | ( | struct snd_midi_op * | ops, |
| struct snd_seq_event * | ev, | ||
| struct snd_midi_channel_set * | chanset | ||
| ) |
Definition at line 83 of file seq_midi_emul.c.
1.8.2