Searched refs:src_get_ca (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/sound/pci/ctxfi/ | 
| D | cthardware.h | 109 	int (*src_get_ca)(struct hw *hw, unsigned int idx, void *blk);  member
 | 
| D | ctsrc.c | 204 static int src_get_ca(struct src *src)  in src_get_ca()  function209 	return hw->src_get_ca(hw, src->rsc.ops->index(&src->rsc),  in src_get_ca()
 350 	.get_ca			= src_get_ca,
 
 | 
| D | cthw20k1.c | 416 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk)  in src_get_ca()  function2186 	.src_get_ca = src_get_ca,
 
 | 
| D | cthw20k2.c | 416 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk)  in src_get_ca()  function2259 	.src_get_ca = src_get_ca,
 
 |