Home
last modified time | relevance | path

Searched refs:srcimp_mgr_commit_write (Results 1 – 4 of 4) sorted by relevance

/sound/pci/ctxfi/
Dcthardware.h131 int (*srcimp_mgr_commit_write)(struct hw *hw, void *blk); member
Dcthw20k2.c567 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function
2297 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
Dcthw20k1.c569 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write() function
2227 .srcimp_mgr_commit_write = srcimp_mgr_commit_write,
Dctsrc.c789 hw->srcimp_mgr_commit_write(mgr->hw, mgr->ctrl_blk); in srcimp_map_op()