Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ctxfi/
Dctamixer.c71 static int amixer_set_y(struct amixer *amixer, unsigned int y) in amixer_set_y() function
76 hw->amixer_set_y(amixer->rsc.ctrl_blk, y); in amixer_set_y()
178 amixer_set_y(amixer, scale); in amixer_setup()
187 .set_scale = amixer_set_y,
Dcthardware.h139 int (*amixer_set_y)(void *blk, unsigned int y); member
Dcthw20k2.c626 static int amixer_set_y(void *blk, unsigned int y) in amixer_set_y() function
2282 .amixer_set_y = amixer_set_y,
Dcthw20k1.c624 static int amixer_set_y(void *blk, unsigned int y) in amixer_set_y() function
2209 .amixer_set_y = amixer_set_y,