Lines Matching refs:ord
571 DVNAME(sc), cp->dev, cp->type, cp->un.ord,
593 sc->master_mute = (cp->un.ord != 0);
607 sc->sc_eqmode = cp->un.ord & SA3_SYS_CTL_YMODE;
626 if ((unsigned) cp->un.ord > YM_POWER_NOSAVE)
629 sc->sc_pow_mode = cp->un.ord;
648 if (cp->un.ord) {
673 cp->un.ord == 0);
687 sc->mic_mute = (cp->un.ord != 0);
742 cp->un.ord = sc->master_mute;
752 cp->un.ord = sc->sc_eqmode;
769 cp->un.ord = sc->sc_pow_mode;
789 cp->un.ord = sc->mic_mute;
893 dip->un.e.member[0].ord = 0;
895 dip->un.e.member[1].ord = 1;
933 dip->un.e.member[0].ord = MIC_IN_PORT;
935 dip->un.e.member[1].ord = LINE_IN_PORT;
937 dip->un.e.member[2].ord = DAC_IN_PORT;
939 dip->un.e.member[3].ord = AUX1_IN_PORT;
950 dip->un.e.member[0].ord = SA3_SYS_CTL_YMODE0;
952 dip->un.e.member[1].ord = SA3_SYS_CTL_YMODE1;
954 dip->un.e.member[2].ord = SA3_SYS_CTL_YMODE2;
956 dip->un.e.member[3].ord = SA3_SYS_CTL_YMODE3;
997 dip->un.e.member[0].ord = YM_POWER_POWERDOWN;
999 dip->un.e.member[1].ord = YM_POWER_POWERSAVE;
1001 dip->un.e.member[2].ord = YM_POWER_NOSAVE;