Searched refs:playback_dma_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/lx6464es/ |
H A D | lx6464es.h | 84 struct snd_dma_buffer playback_dma_buf; member
|
/kernel/linux/linux-6.6/sound/pci/lx6464es/ |
H A D | lx6464es.h | 84 struct snd_dma_buffer playback_dma_buf; member
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | rme9652.c | 214 struct snd_dma_buffer playback_dma_buf; member 1737 rme9652->playback_dma_buf = *playback_dma; in snd_rme9652_initialize_memory() 1741 rme9652->playback_dma_buf.addr = ALIGN(playback_dma->addr, 0x10000ul); in snd_rme9652_initialize_memory() 1745 rme9652_write(rme9652, RME9652_play_buffer, rme9652->playback_dma_buf.addr); in snd_rme9652_initialize_memory() 1748 rme9652->playback_dma_buf.area += rme9652->playback_dma_buf.addr - playback_dma->addr; in snd_rme9652_initialize_memory() 1750 rme9652->playback_buffer = rme9652->playback_dma_buf.area; in snd_rme9652_initialize_memory() 2235 snd_pcm_set_runtime_buffer(substream, &rme9652->playback_dma_buf); in snd_rme9652_playback_open()
|
H A D | hdsp.c | 475 struct snd_dma_buffer playback_dma_buf; member 3782 hdsp->playback_dma_buf = *playback_dma; in snd_hdsp_initialize_memory() 3786 hdsp->playback_dma_buf.addr = ALIGN(playback_dma->addr, 0x10000ul); in snd_hdsp_initialize_memory() 3790 hdsp_write(hdsp, HDSP_outputBufferAddress, hdsp->playback_dma_buf.addr); in snd_hdsp_initialize_memory() 3793 hdsp->playback_dma_buf.area += hdsp->playback_dma_buf.addr - playback_dma->addr; in snd_hdsp_initialize_memory() 3795 hdsp->playback_buffer = hdsp->playback_dma_buf.area; in snd_hdsp_initialize_memory() 4487 snd_pcm_set_runtime_buffer(substream, &hdsp->playback_dma_buf); in snd_hdsp_playback_open()
|
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | rme9652.c | 213 struct snd_dma_buffer playback_dma_buf; member 1728 snd_hammerfall_free_buffer(&rme9652->playback_dma_buf, rme9652->pci); in snd_rme9652_free_buffers() 1753 snd_hammerfall_get_buffer(rme9652->pci, &rme9652->playback_dma_buf, RME9652_DMA_AREA_BYTES) < 0) { in snd_rme9652_initialize_memory() 1764 pb_bus = ALIGN(rme9652->playback_dma_buf.addr, 0x10000ul); in snd_rme9652_initialize_memory() 1772 rme9652->playback_buffer = rme9652->playback_dma_buf.area + (pb_bus - rme9652->playback_dma_buf.addr); in snd_rme9652_initialize_memory()
|
H A D | hdsp.c | 474 struct snd_dma_buffer playback_dma_buf; member 3698 snd_hammerfall_free_buffer(&hdsp->playback_dma_buf, hdsp->pci); in snd_hdsp_free_buffers() 3706 snd_hammerfall_get_buffer(hdsp->pci, &hdsp->playback_dma_buf, HDSP_DMA_AREA_BYTES) < 0) { in snd_hdsp_initialize_memory() 3717 pb_bus = ALIGN(hdsp->playback_dma_buf.addr, 0x10000ul); in snd_hdsp_initialize_memory() 3725 hdsp->playback_buffer = hdsp->playback_dma_buf.area + (pb_bus - hdsp->playback_dma_buf.addr); in snd_hdsp_initialize_memory()
|
Completed in 21 milliseconds