Home
last modified time | relevance | path

Searched refs:snd_pcm_lib_malloc_pages (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_memory.c381 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 Dpcm_native.c741 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
/OK3568_Linux_fs/kernel/sound/soc/meson/
H A Daiu-fifo.c105 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 Drockchip_multi_dais_pcm.c446 return snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); in dmaengine_mpcm_hw_params()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device1429 snd_pcm_lib_malloc_pages
H A Dabi_gki_aarch64_exynosauto1378 snd_pcm_lib_malloc_pages
H A Dabi_gki_aarch64_generic1719 snd_pcm_lib_malloc_pages
H A Dabi_gki_aarch64_exynos1770 snd_pcm_lib_malloc_pages
H A Dabi_gki_aarch64_mtk1954 snd_pcm_lib_malloc_pages
H A Dabi_gki_aarch64_oplus2472 snd_pcm_lib_malloc_pages
H A Dabi_gki_aarch64_galaxy3699 snd_pcm_lib_malloc_pages
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1785 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 Dpcm.h1207 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demupcm.c408 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdspm.c5575 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()