Searched refs:PLAYBACK_LIST_ADDR (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | p16v.h | 75 #define PLAYBACK_LIST_ADDR 0x00 /* Base DMA address of a list of pointers to each period/size */ macro
|
H A D | p16v.c | 334 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_ADDR, channel, emu->p16v_buffer.addr+(8*16*channel)); in snd_p16v_pcm_prepare_playback()
|
H A D | emu10k1x.c | 95 #define PLAYBACK_LIST_ADDR 0x00 /* Base DMA address of a list of pointers to each period/size */ macro 453 snd_emu10k1x_ptr_write(emu, PLAYBACK_LIST_ADDR, voice, emu->dma_buffer.addr+1024*voice); in snd_emu10k1x_pcm_prepare()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | p16v.h | 19 #define PLAYBACK_LIST_ADDR 0x00 /* Base DMA address of a list of pointers to each period/size */ macro
|
H A D | p16v.c | 283 snd_emu10k1_ptr20_write(emu, PLAYBACK_LIST_ADDR, channel, emu->p16v_buffer->addr+(8*16*channel)); in snd_p16v_pcm_prepare_playback()
|
H A D | emu10k1x.c | 94 #define PLAYBACK_LIST_ADDR 0x00 /* Base DMA address of a list of pointers to each period/size */ macro 453 snd_emu10k1x_ptr_write(emu, PLAYBACK_LIST_ADDR, voice, emu->dma_buffer->addr+1024*voice); in snd_emu10k1x_pcm_prepare()
|
/kernel/linux/linux-5.10/sound/pci/ca0106/ |
H A D | ca0106.h | 164 #define PLAYBACK_LIST_ADDR 0x00 /* Base DMA address of a list of pointers to each period/size */ macro
|
H A D | ca0106_main.c | 802 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_ADDR, channel, emu->buffer.addr+(8*16*channel)); in snd_ca0106_pcm_prepare_playback()
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca0106.h | 164 #define PLAYBACK_LIST_ADDR 0x00 /* Base DMA address of a list of pointers to each period/size */ macro
|
H A D | ca0106_main.c | 805 snd_ca0106_ptr_write(emu, PLAYBACK_LIST_ADDR, channel, emu->buffer->addr+(8*16*channel)); in snd_ca0106_pcm_prepare_playback()
|
Completed in 18 milliseconds