Home
last modified time | relevance | path

Searched refs:input_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
303 input_count = info->subdevices_count; in snd_seq_midisynth_probe()
306 if (ports < input_count) in snd_seq_midisynth_probe()
307 ports = input_count; in snd_seq_midisynth_probe()
378 if ((info->flags & SNDRV_RAWMIDI_INFO_INPUT) && p < input_count) in snd_seq_midisynth_probe()
/sound/core/
Drawmidi.c1539 int output_count, int input_count, in snd_rawmidi_new() argument
1574 input_count)) < 0) { in snd_rawmidi_new()