HomeSort by: relevance | last modified time | path
    Searched defs:masterctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hdaudio/
hdafg.c 2807 struct hdaudio_control *ctl, *masterctl = NULL; local in function:hdafg_build_mixers
2835 masterctl = &sc->sc_ctls[i];
2837 if (masterctl->ctl_mute)
2865 nmixers, masterctl ? " + fake master" : "");
2893 if (masterctl != NULL) {
2894 mx[index].mx_ctl = masterctl;
2901 (masterctl->ctl_step ? masterctl->ctl_step : 1);
2907 if (masterctl->ctl_mute) {
hdafg.c 2807 struct hdaudio_control *ctl, *masterctl = NULL; local in function:hdafg_build_mixers
2835 masterctl = &sc->sc_ctls[i];
2837 if (masterctl->ctl_mute)
2865 nmixers, masterctl ? " + fake master" : "");
2893 if (masterctl != NULL) {
2894 mx[index].mx_ctl = masterctl;
2901 (masterctl->ctl_step ? masterctl->ctl_step : 1);
2907 if (masterctl->ctl_mute) {

Completed in 27 milliseconds