Home
last modified time | relevance | path

Searched refs:snd_seq_device_new (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/sound/core/seq/
Dseq_device.c203 int snd_seq_device_new(struct snd_card *card, int device, const char *id, in snd_seq_device_new() function
248 EXPORT_SYMBOL(snd_seq_device_new);
/linux-4.1.27/include/sound/
Dseq_device.h76 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
/linux-4.1.27/sound/drivers/opl3/
Dopl3_oss.c124 if (snd_seq_device_new(opl3->card, 0, SNDRV_SEQ_DEV_ID_OSS, in snd_opl3_init_seq_oss()
Dopl3_lib.c532 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, in snd_opl3_hwdep_new()
/linux-4.1.27/sound/pci/emu10k1/
Demu10k1.c170 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, in snd_card_emu10k1_probe()
/linux-4.1.27/sound/drivers/opl4/
Dopl4_lib.c166 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, in snd_opl4_create_seq_dev()
/linux-4.1.27/sound/pci/au88x0/
Dau88x0.c314 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, in snd_vortex_probe()
/linux-4.1.27/sound/synth/emux/
Demux_oss.c73 if (snd_seq_device_new(emu->card, 1, SNDRV_SEQ_DEV_ID_OSS, in snd_emux_init_seq_oss()
/linux-4.1.27/sound/isa/sb/
Demu8000.c1142 if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, in snd_emu8000_new()
/linux-4.1.27/sound/core/
Drawmidi.c1694 …if (snd_seq_device_new(rmidi->card, rmidi->device, SNDRV_SEQ_DEV_ID_MIDISYNTH, 0, &rmidi->seq_dev)… in snd_rawmidi_dev_register()