Searched refs:snd_seq_device_new (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/include/sound/ |
H A D | emu10k1_synth.h | 29 /* argument for snd_seq_device_new */
|
H A D | seq_device.h | 76 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_device.c | 28 * 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.1.27/sound/drivers/opl3/ |
H A D | opl3_oss.c | 124 if (snd_seq_device_new(opl3->card, 0, SNDRV_SEQ_DEV_ID_OSS, snd_opl3_init_seq_oss()
|
H A D | opl3_lib.c | 532 if (snd_seq_device_new(card, seq_device, SNDRV_SEQ_DEV_ID_OPL3, snd_opl3_hwdep_new()
|
/linux-4.1.27/sound/drivers/opl4/ |
H A D | opl4_lib.c | 166 if (snd_seq_device_new(opl4->card, seq_device, SNDRV_SEQ_DEV_ID_OPL4, snd_opl4_create_seq_dev()
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | emu10k1.c | 170 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH, snd_card_emu10k1_probe()
|
/linux-4.1.27/sound/pci/au88x0/ |
H A D | au88x0.c | 314 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, snd_vortex_probe()
|
/linux-4.1.27/sound/synth/emux/ |
H A D | emux_oss.c | 73 if (snd_seq_device_new(emu->card, 1, SNDRV_SEQ_DEV_ID_OSS, snd_emux_init_seq_oss()
|
/linux-4.1.27/sound/isa/sb/ |
H A D | emu8000.c | 1142 if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, snd_emu8000_new()
|
/linux-4.1.27/sound/core/ |
H A D | rawmidi.c | 1694 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 318 milliseconds