Searched refs:seq_ports (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demu10k1_synth.h33 int seq_ports; /* number of sequencer ports to be created */ member in struct:snd_emu10k1_synth_arg
H A Demu8000.h64 int seq_ports; /* number of sequencer ports */ member in struct:snd_emu8000
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
H A Dtrident.h338 struct snd_trident_port seq_ports[4]; member in struct:snd_4dwave
H A Dgus.h365 struct snd_gus_port seq_ports[4]; member in struct:snd_gf1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_synth.c42 if (arg->seq_ports <= 0)
56 emux->num_ports = arg->seq_ports;
60 emux->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2;
H A Demu10k1.c51 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable
68 module_param_array(seq_ports, int, NULL, 0444);
69 MODULE_PARM_DESC(seq_ports, "Allocated sequencer ports for internal synthesizer.");
180 arg->seq_ports = seq_ports[dev];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_synth.c56 emu->num_ports = hw->seq_ports;
70 emu->midi_ports = hw->seq_ports < 2 ? hw->seq_ports : 2; /* number of virmidi ports */
H A Dsb16.c87 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable
123 module_param_array(seq_ports, int, NULL, 0444);
124 MODULE_PARM_DESC(seq_ports, "Number of sequencer ports for WaveTable synth.");
442 seq_ports[dev], NULL)) < 0) {
H A Demu8000.c1076 snd_emu8000_new(struct snd_card *card, int index, long port, int seq_ports, argument
1089 if (seq_ports <= 0)
1109 hw->seq_ports = seq_ports;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A DMakefile9 seq_system.o seq_ports.o seq_info.o

Completed in 88 milliseconds