Searched refs:output_switch_put (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/pci/ctxfi/ |
| H A D | ctatc.h | 127 int (*output_switch_put)(struct ct_atc *atc, int position); 123 int (*output_switch_put)(struct ct_atc *atc, int position); global() member
|
| H A D | cthardware.h | 83 int (*output_switch_put)(struct hw *hw, int position); 81 int (*output_switch_put)(struct hw *hw, int position); global() member
|
| H A D | ctmixer.c | 428 static int output_switch_put(struct snd_kcontrol *kcontrol, in output_switch_put() function 434 return atc->output_switch_put(atc, ucontrol->value.enumerated.item[0]); in output_switch_put() 442 .put = output_switch_put,
|
| H A D | ctatc.c | 1022 return hw->output_switch_put(hw, position); in atc_output_switch_put() 1688 .output_switch_put = atc_output_switch_put,
|
| H A D | cthw20k2.c | 2269 .output_switch_put = hw_output_switch_put,
|