[PATCH 1/3] Revert "ALSA: hda/hdmi - Don't fall back to generic when i915 binding fails"

Chris Wilson chris at chris-wilson.co.uk
Wed Jun 27 14:05:13 UTC 2018


This reverts commit 43c489277bdde98a1ac8e91927fb345ad88a9030.
---
 sound/pci/hda/patch_hdmi.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 1fed59f8ed32..c182e619ad58 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -2542,8 +2542,6 @@ static int alloc_intel_hdmi(struct hda_codec *codec)
 	/* requires i915 binding */
 	if (!codec->bus->core.audio_component) {
 		codec_info(codec, "No i915 binding for Intel HDMI/DP codec\n");
-		/* set probe_id here to prevent generic fallback binding */
-		codec->probe_id = HDA_CODEC_ID_GENERIC_HDMI;
 		return -ENODEV;
 	}
 
-- 
2.18.0



More information about the Intel-gfx-trybot mailing list