Searched refs:snd_pcm_set_managed_buffer (Results 1 – 20 of 20) sorted by relevance
| /linux/sound/core/ |
| A D | pcm_memory.c | 351 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, in snd_pcm_set_managed_buffer() function 356 EXPORT_SYMBOL(snd_pcm_set_managed_buffer);
|
| /linux/sound/pci/emu10k1/ |
| A D | p16v.c | 598 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm() 611 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm()
|
| A D | emupcm.c | 1408 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_emu10k1_pcm()
|
| /linux/sound/pci/oxygen/ |
| 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()
|
| /linux/sound/usb/usx2y/ |
| A D | usx2yhwdeppcm.c | 757 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usx2y_hwdep_pcm_new() 761 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usx2y_hwdep_pcm_new()
|
| A D | usbusx2yaudio.c | 1001 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usx2y_audio_stream_new() 1007 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usx2y_audio_stream_new()
|
| /linux/sound/soc/meson/ |
| A D | axg-fifo.c | 309 snd_pcm_set_managed_buffer(rtd->pcm->streams[type].substream, in axg_fifo_pcm_new()
|
| /linux/sound/soc/sof/ |
| A D | pcm.c | 652 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_new() 674 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_new()
|
| /linux/sound/soc/ |
| A D | soc-generic-dmaengine-pcm.c | 268 snd_pcm_set_managed_buffer(substream, in dmaengine_pcm_new()
|
| /linux/sound/isa/gus/ |
| A D | gus_pcm.c | 870 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_gf1_pcm_new() 880 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_gf1_pcm_new()
|
| /linux/include/sound/ |
| A D | pcm.h | 1207 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, 1229 return snd_pcm_set_managed_buffer(substream, type, data, size, 0); in snd_pcm_set_fixed_buffer()
|
| /linux/sound/pci/ca0106/ |
| A D | ca0106_main.c | 1323 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_ca0106_pcm() 1331 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_ca0106_pcm()
|
| /linux/sound/usb/ |
| A D | pcm.c | 1679 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_VMALLOC, in snd_usb_preallocate_buffer() 1682 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_DEV_SG, in snd_usb_preallocate_buffer()
|
| /linux/sound/soc/sh/rcar/ |
| A D | core.c | 1296 snd_pcm_set_managed_buffer(substream, in rsnd_preallocate_pages()
|
| /linux/sound/pci/trident/ |
| A D | trident_main.c | 2146 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_trident_pcm() 2149 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_trident_pcm()
|
| /linux/sound/pci/echoaudio/ |
| A D | echoaudio.c | 902 snd_pcm_set_managed_buffer(ss, SNDRV_DMA_TYPE_DEV_SG, in snd_echo_preallocate_pages()
|
| /linux/Documentation/sound/kernel-api/ |
| A D | writing-an-alsa-driver.rst | 3760 :c:func:`snd_pcm_set_managed_buffer()` or
|
| /linux/ |
| A D | vmlinux.symvers | 12291 0x00000000 snd_pcm_set_managed_buffer vmlinux EXPORT_SYMBOL
|
| A D | System.map | 49684 ffff800010d46ff4 T snd_pcm_set_managed_buffer
|
| A D | .tmp_System.map | 49684 ffff800010d46ff4 T snd_pcm_set_managed_buffer
|
Completed in 882 milliseconds