Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcore.h182 void snd_device_initialize(struct device *dev, struct snd_card *card);
/Linux-v5.4/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.c377 snd_device_initialize(&hwdep->dev, card); in snd_hwdep_new()
Dcompress_offload.c1115 snd_device_initialize(&compr->dev, card); in snd_compress_new()
Dpcm.c651 snd_device_initialize(&pstr->dev, pcm->card); in snd_pcm_new_stream()
Dcontrol.c1869 snd_device_initialize(&card->ctl_dev, card); in snd_ctl_create()
Drawmidi.c1573 snd_device_initialize(&rmidi->dev, card); in snd_rawmidi_new()
Dtimer.c2174 snd_device_initialize(&timer_dev, NULL); in alsa_timer_init()
/Linux-v5.4/sound/core/seq/
Dseq_clientmgr.c2514 snd_device_initialize(&seq_dev, NULL); in snd_sequencer_device_init()