Searched refs:snd_pcm_set_managed_buffer (Results 1 – 19 of 19) sorted by relevance
/linux-6.14.4/sound/core/ |
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-6.14.4/sound/pci/oxygen/ |
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-6.14.4/sound/pci/emu10k1/ |
D | p16v.c | 583 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm() 596 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_p16v_pcm()
|
D | emupcm.c | 1438 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_emu10k1_pcm()
|
/linux-6.14.4/sound/soc/sof/ |
D | pcm.c | 559 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_new() 581 snd_pcm_set_managed_buffer(pcm->streams[stream].substream, in sof_pcm_new()
|
/linux-6.14.4/sound/soc/meson/ |
D | axg-fifo.c | 313 snd_pcm_set_managed_buffer(rtd->pcm->streams[type].substream, in axg_fifo_pcm_new()
|
/linux-6.14.4/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 762 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usx2y_hwdep_pcm_new() 766 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usx2y_hwdep_pcm_new()
|
D | usbusx2yaudio.c | 984 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usx2y_audio_stream_new() 990 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usx2y_audio_stream_new()
|
/linux-6.14.4/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 259 snd_pcm_set_managed_buffer(substream, in dmaengine_pcm_new()
|
/linux-6.14.4/sound/isa/gus/ |
D | gus_pcm.c | 840 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV, in snd_gf1_pcm_new() 850 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_gf1_pcm_new()
|
/linux-6.14.4/include/sound/ |
D | pcm.h | 1318 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, 1342 return snd_pcm_set_managed_buffer(substream, type, data, size, 0); in snd_pcm_set_fixed_buffer()
|
/linux-6.14.4/sound/pci/ca0106/ |
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-6.14.4/sound/soc/intel/avs/ |
D | pcm.c | 1258 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in avs_component_construct() 1263 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in avs_component_construct()
|
/linux-6.14.4/sound/usb/ |
D | pcm.c | 1785 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_VMALLOC, in snd_usb_preallocate_buffer() 1788 snd_pcm_set_managed_buffer(s, SNDRV_DMA_TYPE_DEV_SG, in snd_usb_preallocate_buffer()
|
/linux-6.14.4/sound/soc/apple/ |
D | mca.c | 967 snd_pcm_set_managed_buffer(substream, SNDRV_DMA_TYPE_DEV_IRAM, in mca_pcm_new()
|
/linux-6.14.4/sound/pci/trident/ |
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-6.14.4/sound/soc/renesas/rcar/ |
D | core.c | 1335 snd_pcm_set_managed_buffer(substream, in rsnd_preallocate_pages()
|
/linux-6.14.4/sound/pci/echoaudio/ |
D | echoaudio.c | 891 snd_pcm_set_managed_buffer(ss, SNDRV_DMA_TYPE_DEV_SG, in snd_echo_preallocate_pages()
|
/linux-6.14.4/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 3554 :c:func:`snd_pcm_set_managed_buffer()` or
|