Searched refs:amixer_commit_write (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | ctamixer.c | 108 static int amixer_commit_write(struct amixer *amixer) in amixer_commit_write() function 141 hw->amixer_commit_write(hw, index, amixer->rsc.ctrl_blk); in amixer_commit_write() 161 hw->amixer_commit_write(hw, index, amixer->rsc.ctrl_blk); in amixer_commit_raw_write() 180 amixer_commit_write(amixer); in amixer_setup() 189 .commit_write = amixer_commit_write,
|
A D | cthardware.h | 144 int (*amixer_commit_write)(struct hw *hw, unsigned int idx, void *blk); member
|
A D | cthw20k1.c | 663 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write() function 2214 .amixer_commit_write = amixer_commit_write,
|
A D | cthw20k2.c | 665 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write() function 2287 .amixer_commit_write = amixer_commit_write,
|
Completed in 21 milliseconds