Home
last modified time | relevance | path

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

/sound/core/
Dpcm_memory.c414 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function
465 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages);
Dpcm_native.c759 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
/sound/pci/cs46xx/
Dcs46xx_lib.c1146 err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); in snd_cs46xx_playback_hw_params()
1288 err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); in snd_cs46xx_capture_hw_params()
/sound/pci/emu10k1/
Demupcm.c410 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
/sound/pci/rme9652/
Dhdspm.c5566 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()