Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dcore.h186 void snd_device_initialize(struct device *dev, struct snd_card *card);
/Linux-v5.10/sound/core/
Dinit.c125 void snd_device_initialize(struct device *dev, struct snd_card *card) in snd_device_initialize() function
133 EXPORT_SYMBOL_GPL(snd_device_initialize);
Dhwdep.c384 snd_device_initialize(&hwdep->dev, card); in snd_hwdep_new()
Dcompress_offload.c1162 snd_device_initialize(&compr->dev, card); in snd_compress_new()
Dpcm.c651 snd_device_initialize(&pstr->dev, pcm->card); in snd_pcm_new_stream()
Drawmidi.c1670 snd_device_initialize(&rmidi->dev, card); in snd_rawmidi_new()
Dcontrol.c2061 snd_device_initialize(&card->ctl_dev, card); in snd_ctl_create()
Dtimer.c2305 snd_device_initialize(&timer_dev, NULL); in alsa_timer_init()
/Linux-v5.10/sound/core/seq/
Dseq_clientmgr.c2514 snd_device_initialize(&seq_dev, NULL); in snd_sequencer_device_init()