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 Dcompress_offload.c1495 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);
/linux/sound/core/seq/
H A Dseq_clientmgr.c2795 err = snd_device_alloc(&seq_dev, NULL); in snd_sequencer_device_init()