Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/
Dpcm_memory.c378 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function
422 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages);
Dpcm_native.c705 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
/Linux-v5.10/sound/soc/meson/
Daiu-fifo.c104 ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); in aiu_fifo_hw_params()
/Linux-v5.10/Documentation/sound/kernel-api/
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:
3582 snd_pcm_lib_malloc_pages(substream, size);
3598 :c:func:`snd_pcm_lib_malloc_pages()` internally already before calling
3778 Then in :c:func:`snd_pcm_lib_malloc_pages()` call, the common SG-buffer
3796 :c:func:`snd_pcm_lib_malloc_pages()` and co after setting up the
/Linux-v5.10/include/sound/
Dpcm.h1203 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
/Linux-v5.10/sound/pci/cs46xx/
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()
/Linux-v5.10/sound/pci/emu10k1/
Demupcm.c408 err = snd_pcm_lib_malloc_pages(substream, alloc_size); in snd_emu10k1_playback_hw_params()
/Linux-v5.10/sound/pci/rme9652/
Dhdspm.c5575 snd_pcm_lib_malloc_pages(substream, HDSPM_DMA_AREA_BYTES); in snd_hdspm_hw_params()