Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dseq_device.c189 int snd_seq_device_new(struct snd_card *card, int device, const char *id, in snd_seq_device_new() function
234 EXPORT_SYMBOL(snd_seq_device_new);
H A Drawmidi.c1838 …if (snd_seq_device_new(rmidi->card, rmidi->device, SNDRV_SEQ_DEV_ID_MIDISYNTH, 0, &rmidi->seq_dev)… in snd_rawmidi_dev_register()
/OK3568_Linux_fs/kernel/include/sound/
H A Dseq_device.h62 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
/OK3568_Linux_fs/kernel/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.c515 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, in snd_opl3_hwdep_new()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1.c155 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, in snd_card_emu10k1_probe()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0.c316 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, in snd_vortex_probe()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000.c1131 if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, in snd_emu8000_new()