Home
last modified time | relevance | path

Searched refs:output_count (Results 1 – 2 of 2) sorted by relevance

/sound/core/seq/
Dseq_midi.c289 unsigned int input_count = 0, output_count = 0; in snd_seq_midisynth_probe() local
300 output_count = info->subdevices_count; in snd_seq_midisynth_probe()
305 ports = output_count; in snd_seq_midisynth_probe()
355 if (p < output_count) in snd_seq_midisynth_probe()
376 if ((info->flags & SNDRV_RAWMIDI_INFO_OUTPUT) && p < output_count) in snd_seq_midisynth_probe()
/sound/core/
Drawmidi.c1562 int output_count, int input_count, in snd_rawmidi_new() argument
1604 output_count)) < 0) { in snd_rawmidi_new()