alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: Relocate the OMAP HDMI codec to sound
@ 2012-02-12  0:23 Ricardo Neri
  2012-02-12  0:23 ` [PATCH 1/3] OMAPDSS/ASoC: Relocate ASoC HDMI codec. Part 2 Ricardo Neri
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ricardo Neri @ 2012-02-12  0:23 UTC (permalink / raw)
  To: broonie, lrg
  Cc: x0055901, alsa-devel, Ricardo Neri, peter.ujfalusi,
	tomi.valkeinen, s-guiriec

Hello,

Currently, the ASoC HDMI codec is embedded in the DSS HDMI driver. In order
to give the OMAP HDMI code a more logical arrangement, the audio
part is moved to /sound. Deep color support has been removed until it
is supported by DSS so that no ugly register readings are done. The rest of
the functionality is still supported.

The relocation of the code is split into two parts: Part 1 is for DSS. It
removes the HDMI codec from DSS and exposes DSS functionality to ASoC. Part 2
is the actual relocation of the codec under /sound. The purpose of
this is split is to ease the integration of these patches first to DSS
and then to ASoC. The DSS part has been submitted and can be consulted here:

http://www.spinics.net/lists/linux-omap/msg64477.html

Please note that these patches will not apply without the aforementioned
DSS part. This work is also based on the patches previously sent for HDMI
audio MCLK support:

http://www.spinics.net/lists/linux-omap/msg64302.html

and was implemented on top of:

git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git v3.3-rc3

Thanks,

Ricardo

Axel Castaneda Gonzalez (1):
  OMAPDSS/ASoC: Relocate ASoC HDMI codec. Part 2

Ricardo Neri (2):
  ASoC: OMAP: HDMI: Update codec name
  ASoC: OMAP: Update Kconfig and Makefile files for HDMI audio codec

 sound/soc/codecs/Kconfig         |    4 +
 sound/soc/codecs/Makefile        |    5 +
 sound/soc/codecs/omap-hdmi.c     |  422 ++++++++++++++++++++++++++++++++++++++
 sound/soc/omap/Kconfig           |    1 +
 sound/soc/omap/omap4-hdmi-card.c |    2 +-
 5 files changed, 433 insertions(+), 1 deletions(-)
 create mode 100644 sound/soc/codecs/omap-hdmi.c

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

end of thread, other threads:[~2012-02-14 18:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-12  0:23 [PATCH 0/3] ASoC: Relocate the OMAP HDMI codec to sound Ricardo Neri
2012-02-12  0:23 ` [PATCH 1/3] OMAPDSS/ASoC: Relocate ASoC HDMI codec. Part 2 Ricardo Neri
2012-02-12 13:20   ` Mark Brown
2012-02-14 18:12     ` Ricardo Neri
2012-02-12  0:23 ` [PATCH 2/3] ASoC: OMAP: HDMI: Update codec name Ricardo Neri
2012-02-12  0:23 ` [PATCH 3/3] ASoC: OMAP: Update Kconfig and Makefile files for HDMI audio codec Ricardo Neri
2012-02-12 13:21   ` Mark Brown

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).