[Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-23 Thread David Henningsson
This lets interested codec(s) be notified of HDMI hotplug events sent from the i915 driver. Signed-off-by: David Henningsson --- include/sound/hdaudio.h |4 sound/hda/hdac_i915.c | 23 +++ 2 files changed, 27 insertions(+) diff --git a/include/sound/hdaudio.h b/

[Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-22 Thread David Henningsson
This lets interested codec(s) be notified of HDMI hotplug events sent from the i915 driver. Signed-off-by: David Henningsson --- include/sound/hdaudio.h |4 sound/hda/hdac_i915.c | 26 ++ 2 files changed, 30 insertions(+) diff --git a/include/sound/hdaudio.h

Re: [Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-22 Thread Takashi Iwai
On Wed, 22 Jul 2015 15:56:37 +0200, Vinod Koul wrote: > > On Wed, Jul 22, 2015 at 10:30:57AM +0200, Takashi Iwai wrote: > > On Tue, 21 Jul 2015 09:57:26 +0200, > > David Henningsson wrote: > > > > > > This lets interested codec(s) be notified of HDMI hotplug > > > events sent from the i915 driver

Re: [Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-22 Thread Vinod Koul
On Wed, Jul 22, 2015 at 10:30:57AM +0200, Takashi Iwai wrote: > On Tue, 21 Jul 2015 09:57:26 +0200, > David Henningsson wrote: > > > > This lets interested codec(s) be notified of HDMI hotplug > > events sent from the i915 driver. > > > > Signed-off-by: David Henningsson > > --- > > include/sou

Re: [Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-22 Thread Takashi Iwai
On Tue, 21 Jul 2015 09:57:26 +0200, David Henningsson wrote: > > This lets interested codec(s) be notified of HDMI hotplug > events sent from the i915 driver. > > Signed-off-by: David Henningsson > --- > include/sound/hdaudio.h |4 > sound/hda/hdac_i915.c | 24 +

[Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-21 Thread David Henningsson
This lets interested codec(s) be notified of HDMI hotplug events sent from the i915 driver. Signed-off-by: David Henningsson --- include/sound/hdaudio.h |4 sound/hda/hdac_i915.c | 24 2 files changed, 28 insertions(+) diff --git a/include/sound/hdaudio.h b