Home
last modified time | relevance | path

Searched refs:__snd_util_mem_alloc (Results 1 – 2 of 2) sorted by relevance

/sound/synth/
Dutil_mem.c72 __snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size) in __snd_util_mem_alloc() function
141 blk = __snd_util_mem_alloc(hdr, size); in snd_util_mem_alloc()
192 EXPORT_SYMBOL(__snd_util_mem_alloc);
/sound/pci/emu10k1/
Dmemory.c374 blk = (struct snd_emu10k1_memblk *)__snd_util_mem_alloc(hdr, size); in snd_emu10k1_synth_alloc()