Searched refs:seq_ports (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/sound/pci/emu10k1/ |
D | emu10k1_synth.c | 31 if (arg->seq_ports <= 0) in snd_emu10k1_synth_probe() 45 emux->num_ports = arg->seq_ports; in snd_emu10k1_synth_probe() 49 emux->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2; in snd_emu10k1_synth_probe()
|
D | emu10k1.c | 32 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable 49 module_param_array(seq_ports, int, NULL, 0444); 50 MODULE_PARM_DESC(seq_ports, "Allocated sequencer ports for internal synthesizer."); 175 arg->seq_ports = seq_ports[dev]; in snd_card_emu10k1_probe()
|
/linux-6.1.9/sound/isa/sb/ |
D | emu8000_synth.c | 45 emu->num_ports = hw->seq_ports; in snd_emu8000_probe() 59 emu->midi_ports = hw->seq_ports < 2 ? hw->seq_ports : 2; /* number of virmidi ports */ in snd_emu8000_probe()
|
D | sb16.c | 66 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable 102 module_param_array(seq_ports, int, NULL, 0444); 103 MODULE_PARM_DESC(seq_ports, "Number of sequencer ports for WaveTable synth."); 415 seq_ports[dev], NULL); in snd_sb16_probe()
|
D | emu8000.c | 1055 snd_emu8000_new(struct snd_card *card, int index, long port, int seq_ports, in snd_emu8000_new() argument 1065 if (seq_ports <= 0) in snd_emu8000_new() 1084 hw->seq_ports = seq_ports; in snd_emu8000_new()
|
/linux-6.1.9/include/sound/ |
D | emu8000.h | 51 int seq_ports; /* number of sequencer ports */ member 85 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
|
D | emu10k1_synth.h | 20 int seq_ports; /* number of sequencer ports to be created */ member
|
D | gus.h | 350 struct snd_gus_port seq_ports[4]; member
|
/linux-6.1.9/sound/core/seq/ |
D | Makefile | 9 seq_system.o seq_ports.o
|
/linux-6.1.9/sound/pci/au88x0/ |
D | au88x0.c | 277 arg->seq_ports = seq_ports[dev]; in __snd_vortex_probe()
|
/linux-6.1.9/sound/pci/trident/ |
D | trident.h | 322 struct snd_trident_port seq_ports[4]; member
|
/linux-6.1.9/Documentation/sound/ |
D | alsa-configuration.rst | 733 seq_ports
|