eld_changed      1454 sound/pci/hda/patch_hdmi.c 	bool eld_changed;
eld_changed      1477 sound/pci/hda/patch_hdmi.c 	eld_changed = (pin_eld->eld_valid != eld->eld_valid);
eld_changed      1478 sound/pci/hda/patch_hdmi.c 	eld_changed |= (pin_eld->monitor_present != eld->monitor_present);
eld_changed      1479 sound/pci/hda/patch_hdmi.c 	if (!eld_changed && eld->eld_valid && pin_eld->eld_valid)
eld_changed      1483 sound/pci/hda/patch_hdmi.c 			eld_changed = true;
eld_changed      1485 sound/pci/hda/patch_hdmi.c 	if (eld_changed) {
eld_changed      1506 sound/pci/hda/patch_hdmi.c 	if (eld_changed && pcm_idx >= 0)
eld_changed      1511 sound/pci/hda/patch_hdmi.c 	return eld_changed;