devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] TDA7419 audio processor driver
@ 2018-03-18 17:22 Matt Porter
  2018-03-18 17:22 ` [PATCH v2 1/2] ASoC: add tda7419 audio processor binding Matt Porter
  2018-03-18 17:22 ` [PATCH v2 2/2] ASoC: add tda7419 audio processor driver Matt Porter
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Porter @ 2018-03-18 17:22 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Rob Herring, Mark Rutland
  Cc: alsa-devel, devicetree, linux-kernel

This series adds an ASoC component driver for the ST TDA7419 audio
processor which is commonly used in automotive audio applications.
The datasheet can be found at
http://www.st.com/resource/en/datasheet/tda7419.pdf

Changes since v1:
	* add supply and mute gpios to binding
	* remove writeable register, already the default
	* add "Switch" to all switch controls
	* move register default reset to probe and comment
	* rework part-specific volume handling to handle register
	  power-on default values
	* remove custom register init values
	* add audio route pins to binding
	* add DAPM support

Matt Porter (2):
  ASoC: add tda7419 audio processor binding
  ASoC: add tda7419 audio processor driver

 .../devicetree/bindings/sound/tda7419.txt          |  38 ++
 sound/soc/codecs/Kconfig                           |   6 +
 sound/soc/codecs/Makefile                          |   2 +
 sound/soc/codecs/tda7419.c                         | 654 +++++++++++++++++++++
 4 files changed, 700 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/tda7419.txt
 create mode 100644 sound/soc/codecs/tda7419.c

-- 
2.11.0

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

end of thread, other threads:[~2018-03-19  1:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 17:22 [PATCH v2 0/2] TDA7419 audio processor driver Matt Porter
2018-03-18 17:22 ` [PATCH v2 1/2] ASoC: add tda7419 audio processor binding Matt Porter
2018-03-19  1:41   ` Applied "ASoC: add tda7419 audio processor binding" to the asoc tree Mark Brown
2018-03-18 17:22 ` [PATCH v2 2/2] ASoC: add tda7419 audio processor driver Matt Porter
2018-03-19  1:40   ` Applied "ASoC: add tda7419 audio processor driver" to the asoc tree 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).