Lines Matching refs:pinctl
904 int pinctl, new_pinctl;
908 pinctl = snd_hda_codec_read(codec, pin_nid, 0,
911 if (pinctl < 0)
914 new_pinctl = pinctl & ~AC_PINCTL_EPT;
923 pinctl == new_pinctl ? "" : "new-",
926 if (pinctl != new_pinctl)
2066 int pinctl, stripe;
2122 pinctl = snd_hda_codec_read(codec, per_pin->pin_nid, 0,
2126 pinctl | PIN_OUT);
2153 int pinctl;
2189 pinctl = snd_hda_codec_read(codec, per_pin->pin_nid, 0,
2193 pinctl & ~PIN_OUT);