Searched refs:SEND_RSRC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/riptide/ |
H A D | riptide.c | 254 #define SEND_RSRC(p,b,c) sendcmd(p,RESP,RSRC|BYTE1(b),0,RET(c)) /* read source config */ macro 982 if (SEND_RSRC(cif, *s, &rptr) && in getsamplerate() 983 SEND_RSRC(cif, *s, &rptr)) in getsamplerate() 1042 SEND_RSRC(cif, *intdec, &rptr); in setsamplerate()
|
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 253 #define SEND_RSRC(p,b,c) sendcmd(p,RESP,RSRC|BYTE1(b),0,RET(c)) /* read source config */ macro 981 if (SEND_RSRC(cif, *s, &rptr) && in getsamplerate() 982 SEND_RSRC(cif, *s, &rptr)) in getsamplerate() 1041 SEND_RSRC(cif, *intdec, &rptr); in setsamplerate()
|
Completed in 9 milliseconds