Searched refs:snd_pcm_lib_malloc_pages (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_memory.c | 381 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function 425 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages);
|
| H A D | pcm_native.c | 741 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_multi_dais_pcm.c | 446 return snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); in dmaengine_mpcm_hw_params()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 1429 snd_pcm_lib_malloc_pages
|
| H A D | abi_gki_aarch64_exynosauto | 1378 snd_pcm_lib_malloc_pages
|
| H A D | abi_gki_aarch64_generic | 1719 snd_pcm_lib_malloc_pages
|
| H A D | abi_gki_aarch64_exynos | 1770 snd_pcm_lib_malloc_pages
|
| H A D | abi_gki_aarch64_mtk | 1954 snd_pcm_lib_malloc_pages
|
| H A D | abi_gki_aarch64_oplus | 2472 snd_pcm_lib_malloc_pages
|
| H A D | abi_gki_aarch64_galaxy | 3699 snd_pcm_lib_malloc_pages
|
| /OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/ |
| H 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
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 1207 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emupcm.c | 408 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
|
| /OK3568_Linux_fs/kernel/sound/pci/rme9652/ |
| H A D | hdspm.c | 5575 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()
|