Home
last modified time | relevance | path

Searched defs:seq_ports (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/include/sound/
Demu10k1_synth.h33 int seq_ports; /* number of sequencer ports to be created */ member
Demu8000.h64 int seq_ports; /* number of sequencer ports */ member
Dtrident.h338 struct snd_trident_port seq_ports[4]; member
Dgus.h365 struct snd_gus_port seq_ports[4]; member
/linux-3.3/sound/pci/emu10k1/
Demu10k1.c50 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable
/linux-3.3/sound/isa/sb/
Dsb16.c89 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable
Demu8000.c1077 snd_emu8000_new(struct snd_card *card, int index, long port, int seq_ports, in snd_emu8000_new()