All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajeev Kumar <rajeev-dlh.kumar@st.com>
To: tiwai@suse.de, broonie@opensource.wolfsonmicro.com, perex@perex.cz
Cc: alsa-devel@alsa-project.org,
	Rajeev Kumar <rajeev-dlh.kumar@st.com>,
	lrg@slimlogic.co.uk
Subject: [PATCH V3 0/4] Add support for STA529 codec, spdif_receiver and SPEAr spdif_out controller
Date: Thu, 28 Jun 2012 12:31:36 +0530	[thread overview]
Message-ID: <cover.1340862505.git.rajeev-dlh.kumar@st.com> (raw)

Earlier I had circulated Patch set V2. Please find below the link for the same.

http://mailman.alsa-project.org/pipermail/alsa-devel/2012-June/052868.html.

Some of the patches got applied and for rest I am sending Version V3.

Patches that got applied(from V2 of patch set) are listed below:
1. [PATCH V2 3/9] sound:asoc: Add support for synopsys i2s controller as per ASoC framework.
2. [PATCH V2 4/9] sound:asoc: Add support for SPEAr ASoC pcm layer.
3. [PATCH V2 5/9] sound:asoc:spdif_in: Add spdif IN support

Changes since V2:
1. In-corporated review comments received on V2 

Rajeev Kumar (2):
  ASoC: STA529: Add support for STA529 Audio Codec
  ASoC: SPEAr: Add Kconfig and Makefile to support SPEAr audio driver

Vipin Kumar (2):
  ASoC: spdif_receiver: Add support for spdif in Audio Codec
  ASoC: SPEAr spdif_out: Add spdif out support

 sound/soc/codecs/Kconfig          |    4 +
 sound/soc/codecs/Makefile         |    4 +-
 sound/soc/codecs/spdif_receiver.c |   67 ++++++
 sound/soc/codecs/sta529.c         |  441 +++++++++++++++++++++++++++++++++++++
 sound/soc/spear/Kconfig           |   22 ++
 sound/soc/spear/Makefile          |    4 +
 sound/soc/spear/spdif_out.c       |  387 ++++++++++++++++++++++++++++++++
 sound/soc/spear/spdif_out_regs.h  |   79 +++++++
 8 files changed, 1007 insertions(+), 1 deletions(-)
 create mode 100644 sound/soc/codecs/spdif_receiver.c
 create mode 100644 sound/soc/codecs/sta529.c
 create mode 100644 sound/soc/spear/Kconfig
 create mode 100644 sound/soc/spear/Makefile
 create mode 100644 sound/soc/spear/spdif_out.c
 create mode 100644 sound/soc/spear/spdif_out_regs.h

             reply	other threads:[~2012-06-28  7:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-28  7:01 Rajeev Kumar [this message]
2012-06-28  7:01 ` [PATCH V3 1/4] ASoC: spdif_receiver: Add support for spdif in Audio Codec Rajeev Kumar
2012-06-28 12:15   ` Mark Brown
2012-06-28  7:01 ` [PATCH V3 2/4] ASoC: STA529: Add support for STA529 " Rajeev Kumar
2012-06-28 12:21   ` Mark Brown
2012-06-28  7:01 ` [PATCH V3 3/4] ASoC: SPEAr spdif_out: Add spdif out support Rajeev Kumar
2012-06-28 12:27   ` Mark Brown
2012-06-29  7:35     ` Vipin Kumar
2012-06-30 18:35       ` Mark Brown
2012-07-01  6:32         ` Vipin Kumar
2012-07-02  5:00     ` Rajeev kumar
2012-07-03  4:20       ` Rajeev kumar
2012-07-03 19:09       ` Mark Brown
2012-06-28  7:01 ` [PATCH V3 4/4] ASoC: SPEAr: Add Kconfig and Makefile to support SPEAr audio driver Rajeev Kumar

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=cover.1340862505.git.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=perex@perex.cz \
    --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 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.