Searched refs:snd_seq_device_new (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/include/sound/
H A Demu10k1_synth.h29 /* argument for snd_seq_device_new */
H A Dseq_device.h76 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
/linux-4.4.14/sound/core/seq/
H A Dseq_device.c28 * via snd_seq_device_new(). This is an entry pointer to communicate
203 int snd_seq_device_new(struct snd_card *card, int device, const char *id, snd_seq_device_new() function
248 EXPORT_SYMBOL(snd_seq_device_new); variable
/linux-4.4.14/sound/drivers/opl3/
H A Dopl3_oss.c124 if (snd_seq_device_new(opl3->card, 0, SNDRV_SEQ_DEV_ID_OSS, snd_opl3_init_seq_oss()
H A Dopl3_lib.c532 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, snd_opl3_hwdep_new()
/linux-4.4.14/sound/drivers/opl4/
H A Dopl4_lib.c166 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, snd_opl4_create_seq_dev()
/linux-4.4.14/sound/pci/emu10k1/
H A Demu10k1.c170 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, snd_card_emu10k1_probe()
/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0.c314 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, snd_vortex_probe()
/linux-4.4.14/sound/synth/emux/
H A Demux_oss.c73 if (snd_seq_device_new(emu->card, 1, SNDRV_SEQ_DEV_ID_OSS, snd_emux_init_seq_oss()
/linux-4.4.14/sound/isa/sb/
H A Demu8000.c1142 if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, snd_emu8000_new()
/linux-4.4.14/sound/core/
H A Drawmidi.c1694 if (snd_seq_device_new(rmidi->card, rmidi->device, SNDRV_SEQ_DEV_ID_MIDISYNTH, 0, &rmidi->seq_dev) >= 0) { snd_rawmidi_dev_register()

Completed in 277 milliseconds