alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/7] Add support for Legacy HDMI audio drivers
@ 2017-01-07  1:21 Jerome Anand
  2017-01-07  1:21 ` [PATCH V2 1/7] drm/i915: setup bridge for HDMI LPE audio driver Jerome Anand
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Jerome Anand @ 2017-01-07  1:21 UTC (permalink / raw)
  To: intel-gfx, alsa-devel; +Cc: tiwai, broonie, rakesh.a.ughreja

Legacy (CherryTrail/ Baytrail) HDMI audio drivers added

Legacy hdmi audio-Gfx interaction/ interfacing is updated to use
irq chip framework

Jerome Anand (7):
  drm/i915: setup bridge for HDMI LPE audio driver
  drm/i915: Add support for audio driver notifications
  ALSA: add shell for Intel HDMI LPE audio driver
  ALSA: x86: hdmi: Add audio support for BYT and CHT
  ALSA: x86: hdmi: Improve position reporting
  ALSA: x86: hdmi: Fixup some monitor
  ALSA: x86: hdmi: continue playback even when display  resolution
    changes

 Documentation/gpu/i915.rst             |    9 +
 drivers/gpu/drm/i915/Makefile          |    3 +
 drivers/gpu/drm/i915/i915_drv.c        |    8 +-
 drivers/gpu/drm/i915/i915_drv.h        |   18 +
 drivers/gpu/drm/i915/i915_irq.c        |   16 +
 drivers/gpu/drm/i915/i915_reg.h        |    3 +
 drivers/gpu/drm/i915/intel_audio.c     |    8 +
 drivers/gpu/drm/i915/intel_hdmi.c      |    1 +
 drivers/gpu/drm/i915/intel_lpe_audio.c |  401 +++++++
 include/drm/intel_lpe_audio.h          |   46 +
 sound/Kconfig                          |    2 +
 sound/Makefile                         |    2 +-
 sound/x86/Kconfig                      |   16 +
 sound/x86/Makefile                     |    8 +
 sound/x86/intel_hdmi_audio.c           | 1928 ++++++++++++++++++++++++++++++++
 sound/x86/intel_hdmi_audio.h           |  201 ++++
 sound/x86/intel_hdmi_audio_if.c        |  551 +++++++++
 sound/x86/intel_hdmi_lpe_audio.c       |  627 +++++++++++
 sound/x86/intel_hdmi_lpe_audio.h       |  685 ++++++++++++
 19 files changed, 4530 insertions(+), 3 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_lpe_audio.c
 create mode 100644 include/drm/intel_lpe_audio.h
 create mode 100644 sound/x86/Kconfig
 create mode 100644 sound/x86/Makefile
 create mode 100644 sound/x86/intel_hdmi_audio.c
 create mode 100644 sound/x86/intel_hdmi_audio.h
 create mode 100644 sound/x86/intel_hdmi_audio_if.c
 create mode 100644 sound/x86/intel_hdmi_lpe_audio.c
 create mode 100644 sound/x86/intel_hdmi_lpe_audio.h

-- 
2.9.3

base-commit: 362e5ebefe40f1f00a7075ad2e472ef44a36a7da
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-01-07  4:58 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-07  1:21 [PATCH V2 0/7] Add support for Legacy HDMI audio drivers Jerome Anand
2017-01-07  1:21 ` [PATCH V2 1/7] drm/i915: setup bridge for HDMI LPE audio driver Jerome Anand
2017-01-06 20:12   ` [alsa-devel] " Pierre-Louis Bossart
2017-01-07  4:45     ` Anand, Jerome
2017-01-07  1:21 ` [PATCH V2 2/7] drm/i915: Add support for audio driver notifications Jerome Anand
2017-01-06 20:20   ` [alsa-devel] " Pierre-Louis Bossart
2017-01-07  4:52     ` Anand, Jerome
2017-01-07  1:21 ` [PATCH V2 3/7] ALSA: add shell for Intel HDMI LPE audio driver Jerome Anand
2017-01-06 20:33   ` [alsa-devel] " Pierre-Louis Bossart
2017-01-07  4:56     ` Anand, Jerome
2017-01-07  1:21 ` [PATCH V2 4/7] ALSA: x86: hdmi: Add audio support for BYT and CHT Jerome Anand
2017-01-07  1:21 ` [PATCH V2 5/7] ALSA: x86: hdmi: Improve position reporting Jerome Anand
2017-01-06 20:39   ` [alsa-devel] " Pierre-Louis Bossart
2017-01-07  4:58     ` Anand, Jerome
2017-01-07  1:21 ` [PATCH V2 6/7] ALSA: x86: hdmi: Fixup some monitor Jerome Anand
2017-01-06 20:40   ` [alsa-devel] " Pierre-Louis Bossart
2017-01-07  1:21 ` [PATCH V2 7/7] ALSA: x86: hdmi: continue playback even when display resolution changes Jerome Anand
2017-01-06 20:43   ` [alsa-devel] " Pierre-Louis Bossart
2017-01-07  4:58     ` Anand, Jerome

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).