Searched refs:snd_pcm_set_managed_buffer (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/core/ |
| H A D | pcm_memory.c | 380 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, in snd_pcm_set_managed_buffer() function 385 EXPORT_SYMBOL(snd_pcm_set_managed_buffer);
|
| /linux/sound/soc/sof/ |
| H A D | pcm.c | 613 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_new() 652 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_dai_link_fixup()
|
| /linux/sound/soc/meson/ |
| H A D | axg-fifo.c | 313 snd_pcm_set_managed_buffer(rtd->pcm->streams[type].substream, in axg_fifo_pcm_new()
|
| /linux/sound/soc/ |
| H A D | soc-generic-dmaengine-pcm.c | 259 snd_pcm_set_managed_buffer(substream, in dmaengine_pcm_new()
|
| /linux/include/sound/ |
| H A D | pcm.h | 1316 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, 1340 return snd_pcm_set_managed_buffer(substream, type, data, size, 0); in snd_pcm_set_fixed_buffer()
|
| /linux/sound/soc/intel/avs/ |
| H A D | pcm.c | 1359 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in avs_component_construct() 1364 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in avs_component_construct()
|
| /linux/sound/usb/ |
| H A D | pcm.c | 1828 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_VMALLOC, in snd_usb_preallocate_buffer() 1831 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_DEV_SG, in snd_usb_preallocate_buffer()
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | core.c | 1319 snd_pcm_set_managed_buffer(substream, in rsnd_preallocate_pages()
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 3554 :c:func:`snd_pcm_set_managed_buffer()` or
|