Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_midi.c276 unsigned int input_count = 0, output_count = 0; in snd_seq_midisynth_probe() local
290 input_count = info->subdevices_count; in snd_seq_midisynth_probe()
293 if (ports < input_count) in snd_seq_midisynth_probe()
294 ports = input_count; in snd_seq_midisynth_probe()
365 if ((info->flags & SNDRV_RAWMIDI_INFO_INPUT) && p < input_count) in snd_seq_midisynth_probe()
/sound/core/
Drawmidi.c1762 int output_count, int input_count, in snd_rawmidi_new() argument
1797 input_count); in snd_rawmidi_new()