Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/
Dpcm_memory.c164 struct snd_dma_buffer new_dmab; in snd_pcm_lib_preallocate_proc_write() local
180 memset(&new_dmab, 0, sizeof(new_dmab)); in snd_pcm_lib_preallocate_proc_write()
181 new_dmab.dev = substream->dma_buffer.dev; in snd_pcm_lib_preallocate_proc_write()
187 size, &new_dmab) < 0) { in snd_pcm_lib_preallocate_proc_write()
201 substream->dma_buffer = new_dmab; in snd_pcm_lib_preallocate_proc_write()