Home
last modified time | relevance | path

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

/linux-6.14.4/sound/core/
Dinit.c127 int snd_device_alloc(struct device **dev_p, struct snd_card *card) in snd_device_alloc() function
143 EXPORT_SYMBOL_GPL(snd_device_alloc);
Dhwdep.c389 err = snd_device_alloc(&hwdep->dev, card); in snd_hwdep_new()
Dpcm.c644 err = snd_device_alloc(&pstr->dev, pcm->card); in snd_pcm_new_stream()
Dcompress_offload.c1495 ret = snd_device_alloc(&compr->dev, card); in snd_compress_new()
Drawmidi.c1844 err = snd_device_alloc(&rmidi->dev, card); in snd_rawmidi_init()
Dcontrol.c2364 err = snd_device_alloc(&card->ctl_dev, card); in snd_ctl_create()
Dtimer.c2471 err = snd_device_alloc(&timer_dev, NULL); in alsa_timer_init()
/linux-6.14.4/include/sound/
Dcore.h242 int snd_device_alloc(struct device **dev_p, struct snd_card *card);
/linux-6.14.4/sound/core/seq/
Dseq_clientmgr.c2782 err = snd_device_alloc(&seq_dev, NULL); in snd_sequencer_device_init()