Home
last modified time | relevance | path

Searched refs:snd_device_initialize (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/sound/
Dcore.h198 void snd_device_initialize(struct device *dev, struct snd_card *card);
/Linux-v4.19/sound/core/
Dinit.c166 void snd_device_initialize(struct device *dev, struct snd_card *card) in snd_device_initialize() function
174 EXPORT_SYMBOL_GPL(snd_device_initialize);
Dhwdep.c392 snd_device_initialize(&hwdep->dev, card); in snd_hwdep_new()
Dcompress_offload.c1086 snd_device_initialize(&compr->dev, card); in snd_compress_new()
Dpcm.c712 snd_device_initialize(&pstr->dev, pcm->card); in snd_pcm_new_stream()
Dcontrol.c1897 snd_device_initialize(&card->ctl_dev, card); in snd_ctl_create()
Drawmidi.c1564 snd_device_initialize(&rmidi->dev, card); in snd_rawmidi_new()
Dtimer.c2140 snd_device_initialize(&timer_dev, NULL); in alsa_timer_init()
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c2514 snd_device_initialize(&seq_dev, NULL); in snd_sequencer_device_init()