Searched refs:mixerSetValueAll (Results 1 – 3 of 3) sorted by relevance
41 void mixerSetValueAll(mixer_ctl_t *ctl, int value);
46 talsa::mixerSetValueAll(mMixerMasterPaybackSwitchCtl, 1); in PrimaryDevice()47 talsa::mixerSetValueAll(mMixerCaptureSwitchCtl, 1); in PrimaryDevice()81 talsa::mixerSetValueAll(mMixerCaptureSwitchCtl, mute ? 0 : 1); in setMicMute()100 talsa::mixerSetValueAll(mMixerMasterPaybackSwitchCtl, mute ? 0 : 1); in setMasterMute()
72 void mixerSetValueAll(mixer_ctl_t *ctl, int value) { in mixerSetValueAll() function