Home
last modified time | relevance | path

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

/linux/sound/core/
H A 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);
H A Dhwdep.c389 err = snd_device_alloc(&hwdep->dev, card); in snd_hwdep_new()
H A Dpcm.c642 err = snd_device_alloc(&pstr->dev, pcm->card); in snd_pcm_new_stream()
H A Dcompress_offload.c1537 ret = snd_device_alloc(&compr->dev, card); in snd_compress_new()
H A Drawmidi.c1844 err = snd_device_alloc(&rmidi->dev, card); in snd_rawmidi_init()
H A Dcontrol.c2364 err = snd_device_alloc(&card->ctl_dev, card); in snd_ctl_create()
H A Dtimer.c2471 err = snd_device_alloc(&timer_dev, NULL); in alsa_timer_init()
/linux/include/sound/
H A Dcore.h242 int snd_device_alloc(struct device **dev_p, struct snd_card *card);