Symbol: snd_pcm_set_managed_buffer
include/sound/pcm.h
1320
int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type,
include/sound/pcm.h
1344
return snd_pcm_set_managed_buffer(substream, type, data, size, 0);
sound/core/pcm_memory.c
385
EXPORT_SYMBOL(snd_pcm_set_managed_buffer);
sound/isa/gus/gus_pcm.c
829
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV,
sound/isa/gus/gus_pcm.c
839
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
sound/pci/ca0106/ca0106_main.c
1308
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV,
sound/pci/ca0106/ca0106_main.c
1316
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV,
sound/pci/echoaudio/echoaudio.c
879
snd_pcm_set_managed_buffer(ss, SNDRV_DMA_TYPE_DEV_SG,
sound/pci/emu10k1/emupcm.c
1430
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV,
sound/pci/emu10k1/p16v.c
579
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV,
sound/pci/emu10k1/p16v.c
592
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV,
sound/pci/oxygen/oxygen_pcm.c
691
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
sound/pci/oxygen/oxygen_pcm.c
697
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
sound/pci/trident/trident_main.c
2127
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV_SG,
sound/pci/trident/trident_main.c
2130
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
sound/soc/apple/mca.c
986
snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV_IRAM,
sound/soc/intel/avs/pcm.c
1359
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
sound/soc/intel/avs/pcm.c
1364
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
sound/soc/meson/axg-fifo.c
313
snd_pcm_set_managed_buffer(rtd->pcm->streams[type].substream,
sound/soc/renesas/rcar/core.c
1440
snd_pcm_set_managed_buffer(substream,
sound/soc/soc-generic-dmaengine-pcm.c
259
snd_pcm_set_managed_buffer(substream,
sound/soc/sof/pcm.c
672
snd_pcm_set_managed_buffer(pcm->streams[stream].substream,
sound/soc/sof/pcm.c
711
snd_pcm_set_managed_buffer(pcm->streams[stream].substream,
sound/usb/pcm.c
1828
snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_VMALLOC,
sound/usb/pcm.c
1831
snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_DEV_SG,
sound/usb/usx2y/usbusx2yaudio.c
975
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
sound/usb/usx2y/usbusx2yaudio.c
981
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
sound/usb/usx2y/usx2yhwdeppcm.c
753
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
sound/usb/usx2y/usx2yhwdeppcm.c
757
snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,