All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] ASoC: Add HDA HDMI codec driver
@ 2015-10-27  7:42 Vinod Koul
  2015-10-27  7:42 ` [PATCH v3 1/6] ALSA: hdac: structure definition for ext_dma_params Vinod Koul
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Vinod Koul @ 2015-10-27  7:42 UTC (permalink / raw)
  To: alsa-devel
  Cc: Lars-Peter Clausen, Russell King - ARM Linux, tiwai,
	Arnaud Pouliquen, liam.r.girdwood, patches.audio, broonie,
	Yakir Yang, Vinod Koul

Hi all,

This is third series of the HDA HDMI patches. This attempts to add HDA
based HDMI driver and uses i915 component framework to interact with
display for power up/down. The communication to codec is over HDA link

If at all we need a change in interface, we can i915 interface which can be
made transparent to users

Due to dependency on already merged patches in ALSA tree, it would be best
if this get merged thru ALSA tree

Changes in v3:
- add comment in hdmi driver and changlog on basic support and eventual
  addition of features

Changes in v2:
- remove infoframe open code and use video one
- add pm on/off i915 triggers
- add ext_dma_params struct

*** SUBJECT HERE ***

*** BLURB HERE ***

Subhransu S. Prusty (6):
  ALSA: hdac: structure definition for ext_dma_params
  ASoC: hdac-hdmi: Add hdmi driver
  ASoC: hdac_hdmi: Add PM support for HDMI
  ASoC: hdac_hdmi: Add hdac hdmi dai ops
  ASoC: hdac_hdmi: Setup and start infoframe
  ASoC: hdac_hdmi: Use i915 component framework for PM

 include/sound/hdaudio_ext.h  |   6 +
 sound/soc/codecs/Kconfig     |   5 +
 sound/soc/codecs/Makefile    |   2 +
 sound/soc/codecs/hdac_hdmi.c | 660 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 673 insertions(+)
 create mode 100644 sound/soc/codecs/hdac_hdmi.c

-- 
2.4.3

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

end of thread, other threads:[~2015-11-09  8:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27  7:42 [PATCH v3 0/6] ASoC: Add HDA HDMI codec driver Vinod Koul
2015-10-27  7:42 ` [PATCH v3 1/6] ALSA: hdac: structure definition for ext_dma_params Vinod Koul
2015-11-01  2:56   ` Mark Brown
2015-11-02  9:09     ` Takashi Iwai
2015-10-27  7:42 ` [PATCH v3 2/6] ASoC: hdac-hdmi: Add hdmi driver Vinod Koul
2015-11-01  3:02   ` Mark Brown
2015-11-02 10:06     ` Vinod Koul
2015-11-04 14:48       ` Mark Brown
2015-11-09  4:39         ` Vinod Koul
2015-11-09  7:51           ` Takashi Iwai
2015-11-09  8:13             ` Vinod Koul
2015-10-27  7:42 ` [PATCH v3 3/6] ASoC: hdac_hdmi: Add PM support for HDMI Vinod Koul
2015-10-27  7:42 ` [PATCH v3 4/6] ASoC: hdac_hdmi: Add hdac hdmi dai ops Vinod Koul
2015-10-27  7:42 ` [PATCH v3 5/6] ASoC: hdac_hdmi: Setup and start infoframe Vinod Koul
2015-10-27  7:42 ` [PATCH v3 6/6] ASoC: hdac_hdmi: Use i915 component framework for PM Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.