public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: Tegra: Fixes and SPDIF support
@ 2011-07-01 19:56 Stephen Warren
       [not found] ` <1309550175-30551-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Warren @ 2011-07-01 19:56 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown
  Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

A couple of small bug-fixes for the existing Tegra SPDIF support, and
a new SPDIF driver.

I've tested the SPDIF driver on Harmony. However, I'm not submitting the
ASoC machine support patch for inclusion in mainline, since it relies on
the board files registering some new platform devices, and we can't
upstream any board file changes right now. Still, this may be useful for
other board vendors to start working with internally.

For people interested in testing/using this, I can push the branch I used
for testing this on Harmony publicly sometime next week, hopefully. That
branch contains the board changes to support this, and the machine driver
change.

Stephen Warren (3):
  ASoC: Tegra: I2S: Ensure clock is enabled when writing regs
  ASoC: Tegra: I2S: s/clk_get_sys/clk_get/
  ASoC: Tegra: Implement SPDIF CPU DAI

 sound/soc/tegra/Kconfig       |    9 +
 sound/soc/tegra/Makefile      |    2 +
 sound/soc/tegra/tegra_i2s.c   |   10 +-
 sound/soc/tegra/tegra_spdif.c |  371 ++++++++++++++++++++++++++++++++
 sound/soc/tegra/tegra_spdif.h |  473 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 862 insertions(+), 3 deletions(-)
 create mode 100644 sound/soc/tegra/tegra_spdif.c
 create mode 100644 sound/soc/tegra/tegra_spdif.h

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

end of thread, other threads:[~2011-07-04 15:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 19:56 [PATCH 0/3] ASoC: Tegra: Fixes and SPDIF support Stephen Warren
     [not found] ` <1309550175-30551-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-07-01 19:56   ` [PATCH 1/3] ASoC: Tegra: I2S: Ensure clock is enabled when writing regs Stephen Warren
2011-07-01 19:56   ` [PATCH 2/3] ASoC: Tegra: I2S: s/clk_get_sys/clk_get/ Stephen Warren
2011-07-01 19:56   ` [PATCH 3/3] ASoC: Tegra: Implement SPDIF CPU DAI Stephen Warren
     [not found]     ` <1309550175-30551-4-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-07-02 19:16       ` Mark Brown
2011-07-04 10:10         ` Liam Girdwood
2011-07-04 15:50   ` [PATCH 0/3] ASoC: Tegra: Fixes and SPDIF support Mark Brown

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