From: Rajeev Kumar <rajeev-dlh.kumar@st.com>
To: tiwai@suse.de, broonie@opensource.wolfsonmicro.com
Cc: alsa-devel@alsa-project.org,
Rajeev Kumar <rajeev-dlh.kumar@st.com>,
lrg@slimlogic.co.uk
Subject: [PATCH 0/2] Adding support for ASoC drivers on SPEAr13XX platform
Date: Thu, 17 Mar 2011 16:53:34 +0530 [thread overview]
Message-ID: <1300361016-26242-1-git-send-email-rajeev-dlh.kumar@st.com> (raw)
This patchset contains two patches which add support for ASoC sound
drivers on ST's SPEAr13XX platform. Details of the SPEAr13XX platforms
can be seen here:
http://www.st.com/internet/mcu/product/250658.jsp
The ARCH and PLATFORM specific code for SPEAr13XX are already
under review in Russell King's ARM mailing list.
Please review the same and consider for mainline inclusion.
Rajeev Kumar (2):
sound: asoc: Adding support for SPEAr13XX ASoC driver
sound: asoc: Adding support for STA529 Audio Codec
sound/soc/Kconfig | 20 +--
sound/soc/Makefile | 1 +
sound/soc/codecs/Kconfig | 5 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/sta529.c | 366 ++++++++++++++++++++++++
sound/soc/codecs/sta529.h | 61 ++++
sound/soc/spear/Kconfig | 19 ++
sound/soc/spear/Makefile | 6 +
sound/soc/spear/evb_sta529.c | 135 +++++++++
sound/soc/spear/spear13xx-i2s.c | 598 +++++++++++++++++++++++++++++++++++++++
sound/soc/spear/spear13xx-i2s.h | 22 ++
sound/soc/spear/spear13xx-pcm.c | 496 ++++++++++++++++++++++++++++++++
sound/soc/spear/spear13xx-pcm.h | 54 ++++
13 files changed, 1767 insertions(+), 18 deletions(-)
create mode 100644 sound/soc/codecs/sta529.c
create mode 100644 sound/soc/codecs/sta529.h
create mode 100644 sound/soc/spear/Kconfig
create mode 100644 sound/soc/spear/Makefile
create mode 100644 sound/soc/spear/evb_sta529.c
create mode 100644 sound/soc/spear/spear13xx-i2s.c
create mode 100644 sound/soc/spear/spear13xx-i2s.h
create mode 100644 sound/soc/spear/spear13xx-pcm.c
create mode 100644 sound/soc/spear/spear13xx-pcm.h
next reply other threads:[~2011-03-17 11:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-17 11:23 Rajeev Kumar [this message]
2011-03-17 11:23 ` [PATCH 1/2] sound: asoc: Adding support for SPEAr13XX ASoC driver Rajeev Kumar
2011-03-17 11:23 ` [PATCH 2/2] sound: asoc: Adding support for STA529 Audio Codec Rajeev Kumar
2011-03-17 15:17 ` Mark Brown
2011-03-18 6:12 ` rajeev
2011-03-18 11:39 ` Mark Brown
2011-03-21 11:29 ` rajeev
2011-03-21 12:07 ` Mark Brown
2011-03-22 5:53 ` rajeev
2011-03-22 11:34 ` Mark Brown
2011-03-17 15:05 ` [PATCH 1/2] sound: asoc: Adding support for SPEAr13XX ASoC driver Mark Brown
2011-03-18 7:19 ` rajeev
2011-03-18 11:43 ` Mark Brown
2011-03-21 11:29 ` rajeev
2011-03-29 6:54 ` rajeev
2011-03-29 7:56 ` 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=1300361016-26242-1-git-send-email-rajeev-dlh.kumar@st.com \
--to=rajeev-dlh.kumar@st.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lrg@slimlogic.co.uk \
--cc=tiwai@suse.de \
/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).