View | Details | Raw Unified | Return to bug 77901 | Differences between
and this patch

Collapse All | Expand All

(-)a/sound/pci/hda/patch_hdmi.c (+2 lines)
Lines 2210-2215 static int generic_hdmi_resume(struct hda_codec *codec) Link Here
2210
2210
2211
	for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
2211
	for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
2212
		struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
2212
		struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
2213
		/* force to refresh audio infoframe */
2214
		per_pin->sink_eld.eld_valid = false;
2213
		hdmi_present_sense(per_pin, 1);
2215
		hdmi_present_sense(per_pin, 1);
2214
	}
2216
	}
2215
	return 0;
2217
	return 0;

Return to bug 77901