Searched refs:snd_pcm_lib_preallocate_pages (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/sound/core/ |
D | pcm_memory.c | 257 int snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream, in snd_pcm_lib_preallocate_pages() function 265 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages); 289 if ((err = snd_pcm_lib_preallocate_pages(substream, type, data, size, max)) < 0) in snd_pcm_lib_preallocate_pages_for_all()
|
/Linux-v4.19/sound/soc/meson/ |
D | axg-fifo.c | 268 return snd_pcm_lib_preallocate_pages(rtd->pcm->streams[type].substream, in axg_fifo_pcm_new()
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | p16v.c | 659 if ((err = snd_pcm_lib_preallocate_pages(substream, in snd_p16v_pcm() 673 if ((err = snd_pcm_lib_preallocate_pages(substream, in snd_p16v_pcm()
|
D | emupcm.c | 1430 …if ((err = snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, snd_dma_pci_data(emu->p… in snd_emu10k1_pcm() 1434 …snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(emu->pci), 64*1024, … in snd_emu10k1_pcm() 1458 …if ((err = snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, snd_dma_pci_data(emu->p… in snd_emu10k1_pcm_multi()
|
/Linux-v4.19/sound/pci/oxygen/ |
D | oxygen_pcm.c | 726 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in oxygen_pcm_init() 732 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in oxygen_pcm_init()
|
/Linux-v4.19/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 739 if (0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usX2Y_hwdep_pcm_new() 743 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usX2Y_hwdep_pcm_new()
|
D | usbusx2yaudio.c | 985 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usX2Y_audio_stream_new() 989 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usX2Y_audio_stream_new()
|
/Linux-v4.19/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 306 ret = snd_pcm_lib_preallocate_pages(substream, in dmaengine_pcm_new()
|
/Linux-v4.19/sound/isa/gus/ |
D | gus_pcm.c | 893 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, in snd_gf1_pcm_new() 903 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_gf1_pcm_new()
|
/Linux-v4.19/sound/pci/ca0106/ |
D | ca0106_main.c | 1405 if ((err = snd_pcm_lib_preallocate_pages(substream, in snd_ca0106_pcm() 1415 if ((err = snd_pcm_lib_preallocate_pages(substream, in snd_ca0106_pcm()
|
/Linux-v4.19/include/sound/ |
D | pcm.h | 1205 int snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream,
|
/Linux-v4.19/sound/soc/sh/rcar/ |
D | core.c | 1397 err = snd_pcm_lib_preallocate_pages(substream, in rsnd_preallocate_pages()
|
/Linux-v4.19/sound/usb/ |
D | pcm.c | 1818 snd_pcm_lib_preallocate_pages(s, SNDRV_DMA_TYPE_DEV_SG, in snd_usb_preallocate_buffer()
|
/Linux-v4.19/sound/pci/trident/ |
D | trident_main.c | 2202 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, in snd_trident_pcm() 2205 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_trident_pcm()
|
/Linux-v4.19/sound/pci/echoaudio/ |
D | echoaudio.c | 891 err = snd_pcm_lib_preallocate_pages(ss, SNDRV_DMA_TYPE_DEV_SG, in snd_echo_preallocate_pages()
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 3678 :c:func:`snd_pcm_lib_preallocate_pages()` or
|