Searched refs:snd_pcm_lib_malloc_pages (Results 1 – 10 of 10) sorted by relevance
/linux/sound/core/ |
A D | pcm_memory.c | 389 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function 441 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages);
|
A D | pcm_native.c | 719 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
|
/linux/include/sound/ |
A D | pcm.h | 1204 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
|
/linux/Documentation/sound/kernel-api/ |
A D | writing-an-alsa-driver.rst | 1785 API function :c:func:`snd_pcm_lib_malloc_pages()` for allocating the buffer, 1948 snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); 1950 :c:func:`snd_pcm_lib_malloc_pages()` is available only when the 1989 :c:func:`snd_pcm_lib_malloc_pages()` like: 3583 snd_pcm_lib_malloc_pages(substream, size); 3599 :c:func:`snd_pcm_lib_malloc_pages()` internally already before calling 3779 Then in :c:func:`snd_pcm_lib_malloc_pages()` call, the common SG-buffer 3797 :c:func:`snd_pcm_lib_malloc_pages()` and co after setting up the
|
/linux/sound/pci/cs46xx/ |
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()
|
/linux/sound/pci/emu10k1/ |
A D | emupcm.c | 410 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
|
/linux/sound/pci/rme9652/ |
A D | hdspm.c | 5566 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()
|
/linux/ |
A D | vmlinux.symvers | 8391 0x00000000 snd_pcm_lib_malloc_pages vmlinux EXPORT_SYMBOL
|
A D | System.map | 49678 ffff800010d46a70 T snd_pcm_lib_malloc_pages
|
A D | .tmp_System.map | 49678 ffff800010d46a70 T snd_pcm_lib_malloc_pages
|
Completed in 1087 milliseconds