snd_virmidi_new    67 include/sound/seq_virmidi.h int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);
snd_virmidi_new   515 sound/core/seq/seq_virmidi.c EXPORT_SYMBOL(snd_virmidi_new);
snd_virmidi_new    96 sound/drivers/virmidi.c 		err = snd_virmidi_new(card, idx, &rmidi);
snd_virmidi_new   367 sound/synth/emux/emux_seq.c 		if (snd_virmidi_new(card, emu->midi_devidx + i, &rmidi) < 0)