Searched refs:snd_pcm_lib_malloc_pages (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | pcm_memory.c | 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);
|
H A D | pcm_native.c | 759 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 1272 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 1702 API function :c:func:`snd_pcm_lib_malloc_pages()` for allocating the buffer, 1856 snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); 1858 :c:func:`snd_pcm_lib_malloc_pages()` is available only when the 1897 :c:func:`snd_pcm_lib_malloc_pages()` like:: 3415 snd_pcm_lib_malloc_pages(substream, size); 3429 :c:func:`snd_pcm_lib_malloc_pages()` internally already before calling 3568 Then in the :c:func:`snd_pcm_lib_malloc_pages()` call, the common SG-buffer 3586 :c:func:`snd_pcm_lib_malloc_pages()` and co. after setting up the
|
/openbmc/linux/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()
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emupcm.c | 396 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | hdspm.c | 5568 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()
|