Home
last modified time | relevance | path

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

/sound/pci/ctxfi/
Dctamixer.c113 static int amixer_commit_write(struct amixer *amixer) in amixer_commit_write() function
146 hw->amixer_commit_write(hw, index, amixer->rsc.ctrl_blk); in amixer_commit_write()
166 hw->amixer_commit_write(hw, index, amixer->rsc.ctrl_blk); in amixer_commit_raw_write()
185 amixer_commit_write(amixer); in amixer_setup()
194 .commit_write = amixer_commit_write,
Dcthardware.h147 int (*amixer_commit_write)(struct hw *hw, unsigned int idx, void *blk); member
Dcthw20k2.c669 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write() function
2294 .amixer_commit_write = amixer_commit_write,
Dcthw20k1.c667 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write() function
2224 .amixer_commit_write = amixer_commit_write,