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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.h356 struct snd_trident_port seq_ports[4]; member in struct:snd_4dwave
H A Dgus.h384 struct snd_gus_port seq_ports[4]; member in struct:snd_gf1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_synth.c42 if (arg->seq_ports <= 0)
55 emu->num_ports = arg->seq_ports;
58 emu->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2; /* maximum two ports */
H A Demu10k1.c52 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.");
177 arg->seq_ports = seq_ports[dev];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c89 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable
125 module_param_array(seq_ports, int, NULL, 0444);
126 MODULE_PARM_DESC(seq_ports, "Number of sequencer ports for WaveTable synth.");
475 seq_ports[dev], NULL)) < 0) {
H A Demu8000.c1073 snd_emu8000_new(struct snd_card *card, int index, long port, int seq_ports, argument
1086 if (seq_ports <= 0)
1106 hw->seq_ports = seq_ports;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A DMakefile14 seq_system.o seq_ports.o seq_info.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_synth.c176 p = &gus->gf1.seq_ports[idx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c876 p = &trident->synth.seq_ports[idx];

Completed in 61 milliseconds