Searched refs:SEND_GPOS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/riptide/ |
H A D | riptide.c | 243 #define SEND_GPOS(p,b,c,d) sendcmd(p,PARM|RESP,GPOS,BYTE3(c)|BYTE2(b),RET(d)) /* get position in dma */ macro 1353 SEND_GPOS(cif, 0, data->id, &rptr); in snd_riptide_pointer() 1411 SEND_GPOS(cif, 0, data->id, &rptr); in snd_riptide_trigger()
|
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 242 #define SEND_GPOS(p,b,c,d) sendcmd(p,PARM|RESP,GPOS,BYTE3(c)|BYTE2(b),RET(d)) /* get position in dma */ macro 1358 SEND_GPOS(cif, 0, data->id, &rptr); in snd_riptide_pointer() 1416 SEND_GPOS(cif, 0, data->id, &rptr); in snd_riptide_trigger()
|
Completed in 8 milliseconds