Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dseq_device.c198 int snd_seq_device_new(struct snd_card *card, int device, const char *id, in snd_seq_device_new() function
243 EXPORT_SYMBOL(snd_seq_device_new);
H A Dump.c188 err = snd_seq_device_new(ump->core.card, ump->core.device, in snd_ump_dev_register()
H A Drawmidi.c2092 …if (snd_seq_device_new(rmidi->card, rmidi->device, SNDRV_SEQ_DEV_ID_MIDISYNTH, 0, &rmidi->seq_dev)… in snd_rawmidi_dev_register()
/openbmc/linux/include/sound/
H A Dseq_device.h62 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_oss.c95 if (snd_seq_device_new(opl3->card, 0, SNDRV_SEQ_DEV_ID_OSS, in snd_opl3_init_seq_oss()
H A Dopl3_lib.c527 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, in snd_opl3_hwdep_new()
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1.c149 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, in snd_card_emu10k1_probe()
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_lib.c153 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, in snd_opl4_create_seq_dev()
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0.c266 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, in __snd_vortex_probe()
/openbmc/linux/sound/synth/emux/
H A Demux_oss.c58 if (snd_seq_device_new(emu->card, 1, SNDRV_SEQ_DEV_ID_OSS, in snd_emux_init_seq_oss()
/openbmc/linux/sound/isa/sb/
H A Demu8000.c1098 if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, in snd_emu8000_new()