Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Ddevice.c186 int snd_device_register(struct snd_card *card, void *device_data) in snd_device_register() function
198 EXPORT_SYMBOL(snd_device_register);
Dpcm_timer.c128 if (snd_device_register(timer->card, timer) < 0) { in snd_pcm_timer_init()
Drawmidi.c1698 snd_device_register(rmidi->card, rmidi->seq_dev); in snd_rawmidi_dev_register()
/linux-4.4.14/sound/aoa/core/
Dalsa.c75 err = snd_device_register(card, device_data); in aoa_snd_device_new()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c144 snd_device_register(opl3->card, dev); in snd_opl3_init_seq_oss()
/linux-4.4.14/sound/synth/emux/
Demux_seq.c387 if (snd_device_register(card, rmidi) < 0) { in snd_emux_init_virmidi()
Demux_oss.c87 snd_device_register(emu->card, dev); in snd_emux_init_seq_oss()
/linux-4.4.14/include/sound/
Dcore.h275 int snd_device_register(struct snd_card *card, void *device_data);
/linux-4.4.14/sound/isa/sb/
Demu8000_pcm.c698 snd_device_register(card, pcm); in snd_emu8000_pcm_new()
/linux-4.4.14/sound/aoa/soundbus/i2sbus/
Dpcm.c1018 err = snd_device_register(card, dev->pcm); in i2sbus_attach_codec()