Changes since previous version:
* Renames and refactorings according to Daniel's and Takashi's suggestions.
* Debug message slightly improved.
* Braswell now has all three pins too, Baytrail still has only one pin. It would still be good with some confirmation from Intel that this is correct.
David Henningsson (4): drm/i915: Add audio hotplug info struct drm/i915: Call audio hotplug notify function ALSA: hda - Dispatch incoming HDMI hotplug i915 callback ALSA: hda - Wake the codec up on hotplug notify events
drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/intel_audio.c | 41 ++++++++++++++++++++++++++++++++++++ include/drm/i915_component.h | 18 ++++++++++++++++ include/sound/hdaudio.h | 4 ++++ sound/hda/hdac_i915.c | 26 +++++++++++++++++++++++ sound/pci/hda/patch_hdmi.c | 13 +++++++++++- 6 files changed, 102 insertions(+), 1 deletion(-)