Home
last modified time | relevance | path

Searched refs:snd_virmidi_new (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/sound/
Dseq_virmidi.h79 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
/linux-4.4.14/sound/drivers/
Dvirmidi.c110 err = snd_virmidi_new(card, idx, &rmidi); in snd_virmidi_probe()
/linux-4.4.14/sound/core/seq/
Dseq_virmidi.c501 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi) in snd_virmidi_new() function
554 EXPORT_SYMBOL(snd_virmidi_new);
/linux-4.4.14/sound/synth/emux/
Demux_seq.c380 if (snd_virmidi_new(card, emu->midi_devidx + i, &rmidi) < 0) in snd_emux_init_virmidi()