Home
last modified time | relevance | path

Searched refs:new_dmab (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/sound/core/
Dpcm_memory.c192 struct snd_dma_buffer new_dmab; in snd_pcm_lib_preallocate_proc_write() local
208 memset(&new_dmab, 0, sizeof(new_dmab)); in snd_pcm_lib_preallocate_proc_write()
209 new_dmab.dev = substream->dma_buffer.dev; in snd_pcm_lib_preallocate_proc_write()
215 size, &new_dmab) < 0) { in snd_pcm_lib_preallocate_proc_write()
229 substream->dma_buffer = new_dmab; in snd_pcm_lib_preallocate_proc_write()