commit | fdd49c510021d389bf5979282193e084f328e031 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jun 27 09:54:46 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jun 28 13:36:54 2018 +0200 |
tree | 7fadc07e38d39fd8acb53faaa5c862550bceee98 | |
parent | 1adca4b0cd65c14cb8b8c9c257720385869c3d5f [diff] |
ALSA: hda/hdmi - Don't fall back to generic when i915 binding fails When i915 component binding fails, it means that HDMI isn't applicable anyway. Although the probe with the generic HDMI parser would still work, it's essentially useless, hence better to be left unbound. This patch mimics the probe_id field at failing the i915 component binding so that the generic HDMI won't be bound after that. Signed-off-by: Takashi Iwai <tiwai@suse.de>