Searched refs:dai_commit_write (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/pci/ctxfi/ |
| H A D | ctdaio.c | 297 static int dai_commit_write(struct dai *dai) 303 dai->hw->dai_commit_write(dai->hw, idx, dai->ctrl_blk); 313 .commit_write = dai_commit_write, in daio_rsc_init() 489 hw->dai_commit_write(hw, idx, dai->ctrl_blk); in daio_mgr_get_rsc() 288 static int dai_commit_write(struct dai *dai) dai_commit_write() function
|
| H A D | cthardware.h | 159 int (*dai_commit_write)(struct hw *hw, unsigned int idx, void *blk); member
|
| H A D | cthw20k1.c | 878 static int dai_commit_write(struct hw *hw, unsigned int idx, void *blk) in dai_commit_write() function 2200 .dai_commit_write = dai_commit_write,
|
| H A D | cthw20k2.c | 868 static int dai_commit_write(struct hw *hw, unsigned int idx, void *blk) in dai_commit_write() function 2342 .dai_commit_write = dai_commit_write,
|