Home
last modified time | relevance | path

Searched refs:snd_util_mem_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/sound/synth/
Dutil_mem.c125 snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in snd_util_mem_alloc() function
177 EXPORT_SYMBOL(snd_util_mem_alloc);
/linux-5.19.10/include/sound/
Dutil_mem.h40 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
/linux-5.19.10/sound/isa/sb/
Demu8000_patch.c165 sp->block = snd_util_mem_alloc(hdr, truesize * 2); in snd_emu8000_sample_new()
Demu8000_pcm.c574 rec->block = snd_util_mem_alloc(rec->emu->memhdr, rec->allocated_bytes); in emu8k_pcm_hw_params()