public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH for-next v3 0/2] Introduce the TLV320ADCx140 codec family
@ 2020-02-20 21:07 Dan Murphy
  2020-02-20 21:07 ` [PATCH for-next v3 1/2] dt-bindings: sound: Add TLV320ADCx140 dt bindings Dan Murphy
  2020-02-20 21:07 ` [PATCH for-next v3 2/2] ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family Dan Murphy
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Murphy @ 2020-02-20 21:07 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai; +Cc: alsa-devel, linux-kernel, Dan Murphy

Hello

Introducing the Texas Instruments TLV320ADCx140 quad channel audio ADC.
This device supports 4 analog inputs, 8 digital inputs or a combination of
analog and digital microphones.

TLV320ADC3140 - http://www.ti.com/lit/gpn/tlv320adc3140
TLV320ADC5140 - http://www.ti.com/lit/gpn/tlv320adc5140
TLV320ADC6140 - http://www.ti.com/lit/gpn/tlv320adc6140


Dan Murphy (2):
  dt-bindings: sound: Add TLV320ADCx140 dt bindings
  ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family

 .../bindings/sound/tlv320adcx140.yaml         |  83 ++
 sound/soc/codecs/Kconfig                      |   9 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/tlv320adcx140.c              | 849 ++++++++++++++++++
 sound/soc/codecs/tlv320adcx140.h              | 130 +++
 5 files changed, 1073 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
 create mode 100644 sound/soc/codecs/tlv320adcx140.c
 create mode 100644 sound/soc/codecs/tlv320adcx140.h

-- 
2.25.0


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

end of thread, other threads:[~2020-02-20 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 21:07 [PATCH for-next v3 0/2] Introduce the TLV320ADCx140 codec family Dan Murphy
2020-02-20 21:07 ` [PATCH for-next v3 1/2] dt-bindings: sound: Add TLV320ADCx140 dt bindings Dan Murphy
2020-02-20 21:07 ` [PATCH for-next v3 2/2] ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family Dan Murphy
2020-02-20 22:18   ` Applied "ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family" 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