Searched refs:snd_seq_device_new (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | seq_device.c | 198 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 D | ump.c | 188 err = snd_seq_device_new(ump->core.card, ump->core.device, in snd_ump_dev_register()
|
H A D | rawmidi.c | 2092 …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 D | seq_device.h | 62 int snd_seq_device_new(struct snd_card *card, int device, const char *id,
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_oss.c | 95 if (snd_seq_device_new(opl3->card, 0, SNDRV_SEQ_DEV_ID_OSS, in snd_opl3_init_seq_oss()
|
H A D | opl3_lib.c | 527 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 D | emu10k1.c | 149 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 D | opl4_lib.c | 153 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 D | au88x0.c | 266 if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, in __snd_vortex_probe()
|
/openbmc/linux/sound/synth/emux/ |
H A D | emux_oss.c | 58 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 D | emu8000.c | 1098 if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000, in snd_emu8000_new()
|