Home
last modified time | relevance | path

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

/Linux-v6.1/include/sound/
Dseq_virmidi.h67 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
/Linux-v6.1/sound/drivers/
Dvirmidi.c94 err = snd_virmidi_new(card, idx, &rmidi); in snd_virmidi_probe()
/Linux-v6.1/sound/core/seq/
Dseq_virmidi.c489 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi) in snd_virmidi_new() function
527 EXPORT_SYMBOL(snd_virmidi_new);
/Linux-v6.1/sound/synth/emux/
Demux_seq.c367 if (snd_virmidi_new(card, emu->midi_devidx + i, &rmidi) < 0) in snd_emux_init_virmidi()