Lines Matching refs:pinctl
915 int pinctl, new_pinctl;
919 pinctl = snd_hda_codec_read(codec, pin_nid, 0,
922 if (pinctl < 0)
925 new_pinctl = pinctl & ~AC_PINCTL_EPT;
934 pinctl == new_pinctl ? "" : "new-",
937 if (pinctl != new_pinctl)
2095 int pinctl, stripe;
2146 pinctl = snd_hda_codec_read(codec, per_pin->pin_nid, 0,
2150 pinctl | PIN_OUT);
2177 int pinctl;
2213 pinctl = snd_hda_codec_read(codec, per_pin->pin_nid, 0,
2217 pinctl & ~PIN_OUT);