Searched refs:snd_pcm_lib_malloc_pages (Results 1 – 5 of 5) sorted by relevance
420 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size) in snd_pcm_lib_malloc_pages() function472 EXPORT_SYMBOL(snd_pcm_lib_malloc_pages);
801 err = snd_pcm_lib_malloc_pages(substream, in snd_pcm_hw_params()
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 the1897 :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 calling3568 Then in the :c:func:`snd_pcm_lib_malloc_pages()` call, the common SG-buffer3586 :c:func:`snd_pcm_lib_malloc_pages()` and co. after setting up the
1313 int snd_pcm_lib_malloc_pages(struct snd_pcm_substream *substream, size_t size);
581 ret = snd_pcm_lib_malloc_pages(substream, request_size); in mt8365_afe_fe_hw_params()