Searched refs:snd_pcm_lib_malloc_pages (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_memory.c | 399 * 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 D | pcm_native.c | 741 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_memory.c | 414 * 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 D | pcm_native.c | 759 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | aiu-fifo.c | 105 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 D | pcm.h | 1205 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 1272 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1150 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 D | cs46xx_lib.c | 1146 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 D | emupcm.c | 408 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 D | emupcm.c | 396 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 D | hdspm.c | 5575 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 D | hdspm.c | 5566 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