Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/lx6464es/
Dlx6464es.h84 struct snd_dma_buffer playback_dma_buf; member
/Linux-v5.15/sound/pci/rme9652/
Drme9652.c211 struct snd_dma_buffer *playback_dma_buf; member
1726 rme9652->playback_dma_buf = in snd_rme9652_initialize_memory()
1728 if (!rme9652->capture_dma_buf || !rme9652->playback_dma_buf) { in snd_rme9652_initialize_memory()
1737 pb_bus = ALIGN(rme9652->playback_dma_buf->addr, 0x10000ul); in snd_rme9652_initialize_memory()
1745 …rme9652->playback_buffer = rme9652->playback_dma_buf->area + (pb_bus - rme9652->playback_dma_buf->… in snd_rme9652_initialize_memory()
2262 snd_pcm_set_runtime_buffer(substream, rme9652->playback_dma_buf); in snd_rme9652_playback_open()
Dhdsp.c472 struct snd_dma_buffer *playback_dma_buf; member
3771 hdsp->playback_dma_buf = in snd_hdsp_initialize_memory()
3773 if (!hdsp->capture_dma_buf || !hdsp->playback_dma_buf) { in snd_hdsp_initialize_memory()
3782 pb_bus = ALIGN(hdsp->playback_dma_buf->addr, 0x10000ul); in snd_hdsp_initialize_memory()
3790 hdsp->playback_buffer = hdsp->playback_dma_buf->area + (pb_bus - hdsp->playback_dma_buf->addr); in snd_hdsp_initialize_memory()
4510 snd_pcm_set_runtime_buffer(substream, hdsp->playback_dma_buf); in snd_hdsp_playback_open()