Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dseq_device.c191 int snd_seq_device_new(struct snd_card *card, int device, const char *id, in snd_seq_device_new() function
236 EXPORT_SYMBOL(snd_seq_device_new);
Drawmidi.c1722 …if (snd_seq_device_new(rmidi->card, rmidi->device, SNDRV_SEQ_DEV_ID_MIDISYNTH, 0, &rmidi->seq_dev)… in snd_rawmidi_dev_register()
/Linux-v5.4/include/sound/
Dseq_device.h62 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
/Linux-v5.4/sound/drivers/opl3/
Dopl3_oss.c95 if (snd_seq_device_new(opl3->card, 0, SNDRV_SEQ_DEV_ID_OSS, in snd_opl3_init_seq_oss()
Dopl3_lib.c515 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, in snd_opl3_hwdep_new()
/Linux-v5.4/sound/drivers/opl4/
Dopl4_lib.c153 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, in snd_opl4_create_seq_dev()
/Linux-v5.4/sound/pci/emu10k1/
Demu10k1.c154 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, in snd_card_emu10k1_probe()
/Linux-v5.4/sound/pci/au88x0/
Dau88x0.c315 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, in snd_vortex_probe()
/Linux-v5.4/sound/synth/emux/
Demux_oss.c58 if (snd_seq_device_new(emu->card, 1, SNDRV_SEQ_DEV_ID_OSS, in snd_emux_init_seq_oss()
/Linux-v5.4/sound/isa/sb/
Demu8000.c1129 if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, in snd_emu8000_new()