devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver
@ 2014-03-07 12:58 Jyri Sarha
  2014-03-07 12:58 ` [PATCH v3 1/2] ASoC: tlv320aic32x4: Sort Makefile in alphabetic order Jyri Sarha
  2014-03-07 12:58 ` [PATCH v3 2/2] ASoC: tlv320aic31xx: Add basic codec driver implementation Jyri Sarha
  0 siblings, 2 replies; 5+ messages in thread
From: Jyri Sarha @ 2014-03-07 12:58 UTC (permalink / raw)
  To: alsa-devel, devicetree, linux-omap
  Cc: peter.ujfalusi, broonie, liam.r.girdwood, bcousson, detheridge,
	Jyri Sarha

Since the v2 version of the patches [1] I have dropped davinci-evm
related patches since I plan to start using simple-card for machine
driver. I have also addressed Mark Brown's comments [2] as I described
in my mail here [3].

Best regards,
Jyri

[1] http://mailman.alsa-project.org/pipermail/alsa-devel/2014-March/073809.html

[2] http://mailman.alsa-project.org/pipermail/alsa-devel/2014-March/073814.html

[3] http://mailman.alsa-project.org/pipermail/alsa-devel/2014-March/073992.html

Jyri Sarha (2):
  ASoC: tlv320aic32x4: Sort Makefile in alphabetic order
  ASoC: tlv320aic31xx: Add basic codec driver implementation

 .../devicetree/bindings/sound/tlv320aic31xx.txt    |   61 +
 include/dt-bindings/sound/tlv320aic31xx-micbias.h  |    9 +
 sound/soc/codecs/Kconfig                           |    4 +
 sound/soc/codecs/Makefile                          |    6 +-
 sound/soc/codecs/tlv320aic31xx.c                   | 1343 ++++++++++++++++++++
 sound/soc/codecs/tlv320aic31xx.h                   |  258 ++++
 6 files changed, 1679 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/tlv320aic31xx.txt
 create mode 100644 include/dt-bindings/sound/tlv320aic31xx-micbias.h
 create mode 100644 sound/soc/codecs/tlv320aic31xx.c
 create mode 100644 sound/soc/codecs/tlv320aic31xx.h

-- 
1.7.9.5


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

end of thread, other threads:[~2014-03-09  8:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 12:58 [PATCH v3 0/2] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver Jyri Sarha
2014-03-07 12:58 ` [PATCH v3 1/2] ASoC: tlv320aic32x4: Sort Makefile in alphabetic order Jyri Sarha
2014-03-09  8:44   ` Mark Brown
2014-03-07 12:58 ` [PATCH v3 2/2] ASoC: tlv320aic31xx: Add basic codec driver implementation Jyri Sarha
2014-03-09  8:13   ` 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).