Home
last modified time | relevance | path

Searched refs:snd_pcm_lib_malloc_pages (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_memory.c399 * snd_pcm_lib_malloc_pages - allocate the DMA buffer
409 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function
453 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages); variable
459 * Releases the DMA buffer allocated via snd_pcm_lib_malloc_pages().
H A Dpcm_native.c741 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_memory.c414 * snd_pcm_lib_malloc_pages - allocate the DMA buffer
424 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function
476 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages); variable
482 * Releases the DMA buffer allocated via snd_pcm_lib_malloc_pages().
H A Dpcm_native.c759 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
/kernel/linux/linux-5.10/sound/soc/meson/
H A Daiu-fifo.c105 ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); in aiu_fifo_hw_params()
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h1205 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h1272 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Dcs46xx_lib.c1150 if ((err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params))) < 0) { in snd_cs46xx_playback_hw_params()
1298 if ((err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params))) < 0) in snd_cs46xx_capture_hw_params()
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A 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()
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demupcm.c408 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demupcm.c396 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
/kernel/linux/linux-5.10/sound/pci/rme9652/
H A Dhdspm.c5575 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()
5578 "err on snd_pcm_lib_malloc_pages: %d\n", err); in snd_hdspm_hw_params()
/kernel/linux/linux-6.6/sound/pci/rme9652/
H A Dhdspm.c5566 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()
5569 "err on snd_pcm_lib_malloc_pages: %d\n", err); in snd_hdspm_hw_params()

Completed in 48 milliseconds