Searched refs:src_get_ca (Results 1 – 4 of 4) sorted by relevance
/sound/pci/ctxfi/ |
D | cthardware.h | 111 int (*src_get_ca)(struct hw *hw, unsigned int idx, void *blk); member
|
D | ctsrc.c | 208 static int src_get_ca(struct src *src) in src_get_ca() function 213 return hw->src_get_ca(hw, src->rsc.ops->index(&src->rsc), in src_get_ca() 354 .get_ca = src_get_ca,
|
D | cthw20k2.c | 426 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk) in src_get_ca() function 2283 .src_get_ca = src_get_ca,
|
D | cthw20k1.c | 426 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk) in src_get_ca() function 2213 .src_get_ca = src_get_ca,
|