Searched refs:dao_commit_write (Results 1 – 4 of 4) sorted by relevance
/linux/sound/pci/ctxfi/ |
H A D | ctdaio.c | 149 static int dao_commit_write(struct dao *dao) in dao_commit_write() function 151 dao->hw->dao_commit_write(dao->hw, in dao_commit_write() 242 .commit_write = dao_commit_write, in dao_clear_right_input()
|
H A D | cthardware.h | 161 int (*dao_commit_write)(struct hw *hw, unsigned int idx, void *blk); member
|
H A D | cthw20k2.c | 908 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write() function 2304 .dao_commit_write = dao_commit_write,
|
H A D | cthw20k1.c | 924 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write() function 2231 .dao_commit_write = dao_commit_write,
|