| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_memory.c | 322 void snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, in snd_pcm_set_managed_buffer() function 327 EXPORT_SYMBOL(snd_pcm_set_managed_buffer);
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | p16v.c | 609 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm() 622 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm()
|
| H A D | emupcm.c | 1403 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_emu10k1_pcm()
|
| /OK3568_Linux_fs/kernel/sound/pci/oxygen/ |
| H A D | oxygen_pcm.c | 702 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in oxygen_pcm_init() 708 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in oxygen_pcm_init()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | pcm.c | 600 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_new() 622 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_new()
|
| /OK3568_Linux_fs/kernel/sound/usb/usx2y/ |
| H A D | usx2yhwdeppcm.c | 728 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usx2y_hwdep_pcm_new() 732 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usx2y_hwdep_pcm_new()
|
| H A D | usbusx2yaudio.c | 965 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usx2y_audio_stream_new() 971 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usx2y_audio_stream_new()
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | axg-fifo.c | 308 snd_pcm_set_managed_buffer(rtd->pcm->streams[type].substream, in axg_fifo_pcm_new()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-generic-dmaengine-pcm.c | 270 snd_pcm_set_managed_buffer(substream, in dmaengine_pcm_new()
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gus_pcm.c | 866 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_gf1_pcm_new() 876 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_gf1_pcm_new()
|
| /OK3568_Linux_fs/kernel/sound/pci/ca0106/ |
| H A D | ca0106_main.c | 1340 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_ca0106_pcm() 1348 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_ca0106_pcm()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | pcm.c | 2052 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_VMALLOC, in snd_usb_preallocate_buffer() 2055 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_DEV_SG, in snd_usb_preallocate_buffer()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_dlp.c | 773 snd_pcm_set_managed_buffer(substream, in dmaengine_dlp_new()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm.h | 1210 void snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type,
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/rcar/ |
| H A D | core.c | 1221 snd_pcm_set_managed_buffer(substream, in rsnd_preallocate_pages()
|
| /OK3568_Linux_fs/kernel/sound/pci/trident/ |
| H A D | trident_main.c | 2145 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_trident_pcm() 2148 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_trident_pcm()
|
| /OK3568_Linux_fs/kernel/sound/pci/echoaudio/ |
| H A D | echoaudio.c | 889 snd_pcm_set_managed_buffer(ss, SNDRV_DMA_TYPE_DEV_SG, in snd_echo_preallocate_pages()
|
| /OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 3760 :c:func:`snd_pcm_set_managed_buffer()` or
|