Searched refs:seq_ports (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emu10k1_synth.c | 30 if (arg->seq_ports <= 0) in snd_emu10k1_synth_probe() 44 emux->num_ports = arg->seq_ports; in snd_emu10k1_synth_probe() 47 emux->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2; in snd_emu10k1_synth_probe()
|
H A D | emu10k1.c | 30 static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; variable 46 module_param_array(seq_ports, int, NULL, 0444); 47 MODULE_PARM_DESC(seq_ports, "Allocated sequencer ports for internal synthesizer."); 160 arg->seq_ports = seq_ports[dev]; in snd_card_emu10k1_probe()
|
/openbmc/linux/sound/isa/sb/ |
H A 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()
|
H A 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()
|
H A D | emu8000.c | 1053 snd_emu8000_new(struct snd_card *card, int index, long port, int seq_ports, in snd_emu8000_new() argument 1063 if (seq_ports <= 0) in snd_emu8000_new() 1082 hw->seq_ports = seq_ports; in snd_emu8000_new()
|
/openbmc/linux/include/sound/ |
H A 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,
|
H A D | emu10k1_synth.h | 20 int seq_ports; /* number of sequencer ports to be created */ member
|
H A D | gus.h | 350 struct snd_gus_port seq_ports[4]; member
|
/openbmc/linux/sound/pci/au88x0/ |
H A D | au88x0.c | 277 arg->seq_ports = seq_ports[dev]; in __snd_vortex_probe()
|
/openbmc/linux/sound/core/seq/ |
H A D | Makefile | 9 seq_system.o seq_ports.o
|
/openbmc/linux/sound/pci/trident/ |
H A D | trident.h | 322 struct snd_trident_port seq_ports[4]; member
|
/openbmc/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 747 seq_ports
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |