snd_seq_device_new 71 include/sound/seq_device.h int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result); snd_seq_device_new 1580 sound/core/rawmidi.c if (snd_seq_device_new(rmidi->card, rmidi->device, SNDRV_SEQ_DEV_ID_MIDISYNTH, 0, &rmidi->seq_dev) >= 0) { snd_seq_device_new 533 sound/drivers/opl3/opl3_lib.c if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, snd_seq_device_new 124 sound/drivers/opl3/opl3_oss.c if (snd_seq_device_new(opl3->card, 0, SNDRV_SEQ_DEV_ID_OSS, snd_seq_device_new 164 sound/drivers/opl4/opl4_lib.c if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, snd_seq_device_new 1130 sound/isa/sb/emu8000.c if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, snd_seq_device_new 316 sound/pci/au88x0/au88x0.c if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, snd_seq_device_new 165 sound/pci/emu10k1/emu10k1.c if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, snd_seq_device_new 71 sound/synth/emux/emux_oss.c if (snd_seq_device_new(emu->card, 0, SNDRV_SEQ_DEV_ID_OSS,