Home
last modified time | relevance | path

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

/openbmc/linux/sound/synth/
H A 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);
/openbmc/linux/include/sound/
H A Dutil_mem.h40 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
/openbmc/linux/sound/isa/sb/
H A Demu8000_patch.c165 sp->block = snd_util_mem_alloc(hdr, truesize * 2); in snd_emu8000_sample_new()
H A Demu8000_pcm.c533 rec->block = snd_util_mem_alloc(rec->emu->memhdr, rec->allocated_bytes); in emu8k_pcm_hw_params()