Home
last modified time | relevance | path

Searched refs:snd_pcm_lib_malloc_pages (Results 1 – 6 of 6) sorted by relevance

/linux/sound/core/
H A Dpcm_memory.c420 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function
472 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages);
H A Dpcm_native.c828 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c1119 err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); in snd_cs46xx_playback_hw_params()
1253 err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); in snd_cs46xx_capture_hw_params()
/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-afe-pcm.c581 ret = snd_pcm_lib_malloc_pages(substream, request_size); in mt8365_afe_fe_hw_params()
/linux/sound/pci/emu10k1/
H A Demupcm.c374 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
/linux/sound/pci/rme9652/
H A Dhdspm.c5517 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()
5520 "err on snd_pcm_lib_malloc_pages: %d\n", err); in snd_hdspm_hw_params()