Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <sound/core.h>
#include "seq_clientmgr.h"
#include <sound/initval.h>
#include <sound/asoundef.h>
Go to the source code of this file.
Data Structures | |
struct | snd_seq_dummy_port |
Functions | |
MODULE_AUTHOR ("Takashi Iwai <[email protected]>") | |
MODULE_DESCRIPTION ("ALSA sequencer MIDI-through client") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("snd-seq-client-"__stringify(SNDRV_SEQ_CLIENT_DUMMY)) | |
module_param (ports, int, 0444) | |
MODULE_PARM_DESC (ports,"number of ports to be created") | |
module_param (duplex, bool, 0444) | |
MODULE_PARM_DESC (duplex,"create DUPLEX ports") | |
MODULE_AUTHOR | ( | "Takashi Iwai <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ALSA sequencer MIDI-through client" | ) |
MODULE_LICENSE | ( | "GPL" | ) |