From: Stephen Warren <swarren@nvidia.com>
To: alsa-devel@alsa-project.org
Cc: Stephen Warren <swarren@nvidia.com>
Subject: [PATCH 0/7] Tegra ALSA/ASoC driver
Date: Fri, 7 Jan 2011 22:36:10 -0700 [thread overview]
Message-ID: <1294464977-25814-1-git-send-email-swarren@nvidia.com> (raw)
In-Reply-To: <1294450353-25076-1-git-send-email-swarren@wwwdotorg.org>
(My apologies; I sent this to both linux-tegra and alsa-devel mailing lists
before, but posted from the wrong address, so it got dropped from the ALSA
list. Here's a copy, hopefully threaded back into the same conversation as
the original copy which made it to linux-tegra)
This patch series implements an ALSA/ASoC driver for Tegra, and implements
minimal machine support for the Harmony reference board.
I believe I've addressed all the feedback from Mark re: the previous patchset.
Stephen Warren (7):
ASoC: Export debugfs root dentry
ASoC: tegra: Add tegra-das driver
ASoC: tegra: Add tegra-pcm driver
ASoC: tegra: Add tegra-i2s driver
ASoC: tegra: Machine utility code
ASoC: tegra: Harmony machine support
ASoC: tegra: Kconfig and Makefile
include/sound/soc.h | 4 +
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 1 +
sound/soc/soc-core.c | 19 +-
sound/soc/tegra/Kconfig | 27 ++
sound/soc/tegra/Makefile | 14 +
sound/soc/tegra/harmony.c | 179 +++++++++++++
sound/soc/tegra/tegra_asoc_utils.c | 154 +++++++++++
sound/soc/tegra/tegra_asoc_utils.h | 31 +++
sound/soc/tegra/tegra_das.c | 263 +++++++++++++++++++
sound/soc/tegra/tegra_das.h | 135 ++++++++++
sound/soc/tegra/tegra_i2s.c | 502 ++++++++++++++++++++++++++++++++++++
sound/soc/tegra/tegra_i2s.h | 165 ++++++++++++
sound/soc/tegra/tegra_pcm.c | 401 ++++++++++++++++++++++++++++
sound/soc/tegra/tegra_pcm.h | 55 ++++
15 files changed, 1942 insertions(+), 9 deletions(-)
create mode 100644 sound/soc/tegra/Kconfig
create mode 100644 sound/soc/tegra/Makefile
create mode 100644 sound/soc/tegra/harmony.c
create mode 100644 sound/soc/tegra/tegra_asoc_utils.c
create mode 100644 sound/soc/tegra/tegra_asoc_utils.h
create mode 100644 sound/soc/tegra/tegra_das.c
create mode 100644 sound/soc/tegra/tegra_das.h
create mode 100644 sound/soc/tegra/tegra_i2s.c
create mode 100644 sound/soc/tegra/tegra_i2s.h
create mode 100644 sound/soc/tegra/tegra_pcm.c
create mode 100644 sound/soc/tegra/tegra_pcm.h
next parent reply other threads:[~2011-01-08 5:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1294450353-25076-1-git-send-email-swarren@wwwdotorg.org>
2011-01-08 5:36 ` Stephen Warren [this message]
2011-01-08 5:36 ` [PATCH 1/7] ASoC: Export debugfs root dentry Stephen Warren
2011-01-10 11:57 ` Mark Brown
2011-01-08 5:36 ` [PATCH 2/7] ASoC: tegra: Add tegra-das driver Stephen Warren
2011-01-08 5:36 ` [PATCH 3/7] ASoC: tegra: Add tegra-pcm driver Stephen Warren
2011-01-11 7:59 ` Peter Ujfalusi
2011-01-11 16:34 ` Stephen Warren
2011-01-08 5:36 ` [PATCH 4/7] ASoC: tegra: Add tegra-i2s driver Stephen Warren
2011-01-08 5:36 ` [PATCH 5/7] ASoC: tegra: Machine utility code Stephen Warren
2011-01-08 5:36 ` [PATCH 6/7] ASoC: tegra: Harmony machine support Stephen Warren
2011-01-08 5:36 ` [PATCH 7/7] ASoC: tegra: Kconfig and Makefile Stephen Warren
2011-01-09 13:59 ` [PATCH 0/7] Tegra ALSA/ASoC driver Mark Brown
2011-01-10 18:35 ` Mark Brown
2011-01-10 21:47 ` Liam Girdwood
2011-01-10 22:27 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294464977-25814-1-git-send-email-swarren@nvidia.com \
--to=swarren@nvidia.com \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).