Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/lx6464es/
Dlx6464es.h84 struct snd_dma_buffer playback_dma_buf; member
/Linux-v5.4/sound/pci/rme9652/
Drme9652.c213 struct snd_dma_buffer playback_dma_buf; member
1733 snd_hammerfall_free_buffer(&rme9652->playback_dma_buf, rme9652->pci); in snd_rme9652_free_buffers()
1757 … snd_hammerfall_get_buffer(rme9652->pci, &rme9652->playback_dma_buf, RME9652_DMA_AREA_BYTES) < 0) { in snd_rme9652_initialize_memory()
1768 pb_bus = ALIGN(rme9652->playback_dma_buf.addr, 0x10000ul); in snd_rme9652_initialize_memory()
1776 …rme9652->playback_buffer = rme9652->playback_dma_buf.area + (pb_bus - rme9652->playback_dma_buf.ad… in snd_rme9652_initialize_memory()
Dhdsp.c474 struct snd_dma_buffer playback_dma_buf; member
3703 snd_hammerfall_free_buffer(&hdsp->playback_dma_buf, hdsp->pci); in snd_hdsp_free_buffers()
3711 snd_hammerfall_get_buffer(hdsp->pci, &hdsp->playback_dma_buf, HDSP_DMA_AREA_BYTES) < 0) { in snd_hdsp_initialize_memory()
3722 pb_bus = ALIGN(hdsp->playback_dma_buf.addr, 0x10000ul); in snd_hdsp_initialize_memory()
3730 hdsp->playback_buffer = hdsp->playback_dma_buf.area + (pb_bus - hdsp->playback_dma_buf.addr); in snd_hdsp_initialize_memory()