Searched refs:snd_pcm_lib_preallocate_pages (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/sound/core/ |
H A D | pcm_memory.c | 247 * snd_pcm_lib_preallocate_pages - pre-allocation for the given DMA type 258 int snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream, snd_pcm_lib_preallocate_pages() function 267 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages); variable 291 if ((err = snd_pcm_lib_preallocate_pages(substream, type, data, size, max)) < 0) snd_pcm_lib_preallocate_pages_for_all()
|
/linux-4.1.27/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 726 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, oxygen_pcm_init() 732 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, oxygen_pcm_init()
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | p16v.c | 667 if ((err = snd_pcm_lib_preallocate_pages(substream, snd_p16v_pcm() 681 if ((err = snd_pcm_lib_preallocate_pages(substream, snd_p16v_pcm()
|
H A D | emupcm.c | 1423 if ((err = snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, snd_dma_pci_data(emu->pci), 64*1024, 64*1024)) < 0) snd_emu10k1_pcm() 1427 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(emu->pci), 64*1024, 64*1024); snd_emu10k1_pcm() 1451 if ((err = snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, snd_dma_pci_data(emu->pci), 64*1024, 64*1024)) < 0) snd_emu10k1_pcm_multi()
|
/linux-4.1.27/sound/usb/usx2y/ |
H A D | usx2yhwdeppcm.c | 740 if (0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, usX2Y_hwdep_pcm_new() 744 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, usX2Y_hwdep_pcm_new()
|
H A D | usbusx2yaudio.c | 982 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, usX2Y_audio_stream_new() 986 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, usX2Y_audio_stream_new()
|
/linux-4.1.27/sound/soc/ |
H A D | soc-generic-dmaengine-pcm.c | 284 ret = snd_pcm_lib_preallocate_pages(substream, dmaengine_pcm_new()
|
/linux-4.1.27/sound/isa/gus/ |
H A D | gus_pcm.c | 875 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV, snd_gf1_pcm_new() 885 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, snd_gf1_pcm_new()
|
/linux-4.1.27/sound/pci/ca0106/ |
H A D | ca0106_main.c | 1407 if ((err = snd_pcm_lib_preallocate_pages(substream, snd_ca0106_pcm() 1417 if ((err = snd_pcm_lib_preallocate_pages(substream, snd_ca0106_pcm()
|
/linux-4.1.27/sound/pci/trident/ |
H A D | trident_main.c | 2202 snd_pcm_lib_preallocate_pages(substream, SNDRV_DMA_TYPE_DEV_SG, snd_trident_pcm() 2205 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, snd_trident_pcm()
|
/linux-4.1.27/include/sound/ |
H A D | pcm.h | 1150 int snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream,
|
/linux-4.1.27/sound/pci/echoaudio/ |
H A D | echoaudio.c | 890 err = snd_pcm_lib_preallocate_pages(ss, SNDRV_DMA_TYPE_DEV_SG, snd_echo_preallocate_pages()
|
Completed in 818 milliseconds