alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Adding support for ASoC drivers on SPEAr13XX platform
@ 2011-03-17 11:23 Rajeev Kumar
  2011-03-17 11:23 ` [PATCH 1/2] sound: asoc: Adding support for SPEAr13XX ASoC driver Rajeev Kumar
  0 siblings, 1 reply; 16+ messages in thread
From: Rajeev Kumar @ 2011-03-17 11:23 UTC (permalink / raw)
  To: tiwai, broonie; +Cc: alsa-devel, Rajeev Kumar, lrg

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

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

end of thread, other threads:[~2011-03-29  7:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 11:23 [PATCH 0/2] Adding support for ASoC drivers on SPEAr13XX platform Rajeev Kumar
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

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).