Searched refs:pinctl (Results 1 – 3 of 3) sorted by relevance
/sound/pci/hda/ |
D | patch_hdmi.c | 884 int pinctl, new_pinctl; in hdmi_pin_hbr_setup() local 887 pinctl = snd_hda_codec_read(codec, pin_nid, 0, in hdmi_pin_hbr_setup() 890 if (pinctl < 0) in hdmi_pin_hbr_setup() 893 new_pinctl = pinctl & ~AC_PINCTL_EPT; in hdmi_pin_hbr_setup() 902 pinctl == new_pinctl ? "" : "new-", in hdmi_pin_hbr_setup() 905 if (pinctl != new_pinctl) in hdmi_pin_hbr_setup() 1884 int pinctl, stripe; in generic_hdmi_playback_pcm_prepare() local 1939 pinctl = snd_hda_codec_read(codec, pin_nid, 0, in generic_hdmi_playback_pcm_prepare() 1943 pinctl | PIN_OUT); in generic_hdmi_playback_pcm_prepare() 1970 int pinctl; in hdmi_pcm_close() local [all …]
|
D | patch_sigmatel.c | 337 int error, pinctl; in stac_vrefout_set() local 340 pinctl = snd_hda_codec_read(codec, nid, 0, in stac_vrefout_set() 343 if (pinctl < 0) in stac_vrefout_set() 344 return pinctl; in stac_vrefout_set() 346 pinctl &= 0xff; in stac_vrefout_set() 347 pinctl &= ~AC_PINCTL_VREFEN; in stac_vrefout_set() 348 pinctl |= (new_vref & AC_PINCTL_VREFEN); in stac_vrefout_set() 350 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl); in stac_vrefout_set()
|
D | patch_cirrus.c | 702 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; in cs4208_spdif_sw_put() local 704 snd_hda_set_pin_ctl_cache(codec, pin, pinctl); in cs4208_spdif_sw_put()
|