public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] i915 to call hda driver on HDMI plug/unplug
@ 2015-07-23 15:26 David Henningsson
  2015-07-23 15:26 ` [PATCH 1/4] drm/i915: Add audio hotplug info callback David Henningsson
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: David Henningsson @ 2015-07-23 15:26 UTC (permalink / raw)
  To: vinod.koul, jani.nikula, daniel.vetter, tiwai, intel-gfx,
	alsa-devel
  Cc: David Henningsson

Changes since v2 is that the patch set has diminished to not transfer
connector/eld information, since it might be better that such information
to be transferred by a separate call in the ordinary direction. That
could be added in a later patch set.

The audio_ptr is now a void* (instead of a hdac_bus*) so that the audio
side can easily refactor the ptr to point to the codec instead of the bus
if we would find that beneficial.

David Henningsson (4):
  drm/i915: Add audio hotplug info callback
  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 |   23 ++++++++++++++++++++---
 include/drm/i915_component.h       |    5 +++++
 include/sound/hdaudio.h            |    4 ++++
 sound/hda/hdac_i915.c              |   23 +++++++++++++++++++++++
 sound/pci/hda/patch_hdmi.c         |   13 ++++++++++++-
 6 files changed, 65 insertions(+), 4 deletions(-)

-- 
1.7.9.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-27  8:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 15:26 [PATCH v3 0/4] i915 to call hda driver on HDMI plug/unplug David Henningsson
2015-07-23 15:26 ` [PATCH 1/4] drm/i915: Add audio hotplug info callback David Henningsson
2015-07-27  8:14   ` Jani Nikula
2015-07-23 15:26 ` [PATCH 2/4] drm/i915: Call audio hotplug notify function David Henningsson
2015-07-23 15:26 ` [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback David Henningsson
2015-07-23 15:26 ` [PATCH 4/4] ALSA: hda - Wake the codec up on hotplug notify events David Henningsson
2015-07-27  2:24   ` Yang, Libin
2015-07-24 16:38 ` [PATCH v3 0/4] i915 to call hda driver on HDMI plug/unplug Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox