All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] Add support for sta529 audio codec and spdif_out controller
@ 2012-07-03 11:54 Rajeev Kumar
  2012-07-03 11:54 ` [PATCH V4 1/2] ASoC: STA529: Add support for STA529 Audio Codec Rajeev Kumar
  2012-07-03 11:54 ` [PATCH V4 2/2] ASoC: SPEAr spdif_out: Add spdif out support Rajeev Kumar
  0 siblings, 2 replies; 7+ messages in thread
From: Rajeev Kumar @ 2012-07-03 11:54 UTC (permalink / raw)
  To: tiwai, broonie, perex; +Cc: alsa-devel, Rajeev Kumar, lrg

The patch set contains minor modification according to review comments.

Patches that got applied(from V3 of patch set) are listed below: 

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

1. [PATCH V3 1/4] ASoC: spdif_receiver: Add support for spdif in Audio Codec. 

Patches that got applied(from V2 of patch set) are listed below: 

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

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


Rajeev Kumar (1):
  ASoC: STA529: Add support for STA529 Audio Codec

Vipin Kumar (1):
  ASoC: SPEAr spdif_out: Add spdif out support

 sound/soc/codecs/Kconfig         |    4 +
 sound/soc/codecs/Makefile        |    2 +
 sound/soc/codecs/sta529.c        |  440 ++++++++++++++++++++++++++++++++++++++
 sound/soc/spear/spdif_out.c      |  388 +++++++++++++++++++++++++++++++++
 sound/soc/spear/spdif_out_regs.h |   79 +++++++
 5 files changed, 913 insertions(+), 0 deletions(-)
 create mode 100644 sound/soc/codecs/sta529.c
 create mode 100644 sound/soc/spear/spdif_out.c
 create mode 100644 sound/soc/spear/spdif_out_regs.h

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

end of thread, other threads:[~2012-07-04  5:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 11:54 [PATCH V4 0/2] Add support for sta529 audio codec and spdif_out controller Rajeev Kumar
2012-07-03 11:54 ` [PATCH V4 1/2] ASoC: STA529: Add support for STA529 Audio Codec Rajeev Kumar
2012-07-03 19:03   ` Mark Brown
2012-07-04  5:00     ` Rajeev kumar
2012-07-04  5:06       ` Rajeev kumar
2012-07-03 11:54 ` [PATCH V4 2/2] ASoC: SPEAr spdif_out: Add spdif out support Rajeev Kumar
2012-07-03 18:58   ` Mark Brown

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.