Searched refs:monitor_present (Results 1 – 4 of 4) sorted by relevance
/sound/soc/codecs/ |
D | hdac_hdmi.c | 68 bool monitor_present; member 549 port->eld.monitor_present && in hdac_hdmi_get_port_from_cvt() 609 if ((!port->eld.monitor_present) || in hdac_hdmi_pcm_open() 614 port->eld.monitor_present, port->eld.eld_valid, in hdac_hdmi_pcm_open() 939 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_set_pin_port_mux() 1268 port->eld.monitor_present = false; in hdac_hdmi_present_sense() 1274 &port->eld.monitor_present, in hdac_hdmi_present_sense() 1298 if (!port->eld.monitor_present || !port->eld.eld_valid) { in hdac_hdmi_present_sense() 1317 if (port->eld.monitor_present && port->eld.eld_valid) { in hdac_hdmi_present_sense()
|
/sound/pci/hda/ |
D | patch_hdmi.c | 1561 eld_changed |= (pin_eld->monitor_present != eld->monitor_present); in update_eld() 1569 pin_eld->monitor_present = eld->monitor_present; in update_eld() 1597 (eld->monitor_present && eld->eld_valid) ? in update_eld() 1634 eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); in hdmi_present_sense_via_verbs() 1635 if (eld->monitor_present) in hdmi_present_sense_via_verbs() 1642 codec->addr, pin_nid, eld->monitor_present, eld->eld_valid); in hdmi_present_sense_via_verbs() 1827 eld->monitor_present = false; in sync_eld_via_acomp() 1828 monitor_prev = per_pin->sink_eld.monitor_present; in sync_eld_via_acomp() 1830 per_pin->dev_id, &eld->monitor_present, in sync_eld_via_acomp() 1834 monitor_next = per_pin->sink_eld.monitor_present; in sync_eld_via_acomp()
|
D | hda_eld.c | 464 snd_iprintf(buffer, "monitor_present\t\t%d\n", eld->monitor_present); in snd_hdmi_print_eld_info() 513 eld->monitor_present = val; in snd_hdmi_write_eld_info()
|
D | hda_local.h | 693 bool monitor_present; member
|