public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] ASoC: tegra: Add support for WM8962 and CPCAP codecs
@ 2026-01-30 13:34 Svyatoslav Ryhel
  2026-01-30 13:34 ` [PATCH v1 1/4] ASoC: dt-bindings: nvidia,tegra-audio: document CPCAP CODEC Svyatoslav Ryhel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Svyatoslav Ryhel @ 2026-01-30 13:34 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Thierry Reding, Jonathan Hunter, Jaroslav Kysela,
	Takashi Iwai, Svyatoslav Ryhel, Jonas Schwöbel
  Cc: linux-sound, devicetree, linux-tegra, linux-kernel

Add support for WM8962 and CPCAP codecs found in various Tegra devices.

Jonas Schwöbel (1):
  ASoC: tegra: Support WM8962 by machine driver

Svyatoslav Ryhel (3):
  ASoC: dt-bindings: nvidia,tegra-audio: document CPCAP CODEC
  ASoC: tegra: Support CPCAP by machine driver
  ASoC: dt-bindings: nvidia,tegra-audio: document WM8962 CODEC

 .../sound/nvidia,tegra-audio-cpcap.yaml       |  85 +++++++++
 .../sound/nvidia,tegra-audio-wm8962.yaml      |  88 ++++++++++
 sound/soc/tegra/Kconfig                       |  19 ++
 sound/soc/tegra/Makefile                      |   2 +
 sound/soc/tegra/tegra_asoc_machine.c          |  52 ++++++
 sound/soc/tegra/tegra_wm8962.c                | 165 ++++++++++++++++++
 6 files changed, 411 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-cpcap.yaml
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8962.yaml
 create mode 100644 sound/soc/tegra/tegra_wm8962.c

-- 
2.51.0


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

end of thread, other threads:[~2026-01-30 22:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-30 13:34 [PATCH v1 0/4] ASoC: tegra: Add support for WM8962 and CPCAP codecs Svyatoslav Ryhel
2026-01-30 13:34 ` [PATCH v1 1/4] ASoC: dt-bindings: nvidia,tegra-audio: document CPCAP CODEC Svyatoslav Ryhel
2026-01-30 13:34 ` [PATCH v1 2/4] ASoC: tegra: Support CPCAP by machine driver Svyatoslav Ryhel
2026-01-30 22:07   ` kernel test robot
2026-01-30 13:34 ` [PATCH v1 3/4] ASoC: dt-bindings: nvidia,tegra-audio: document WM8962 CODEC Svyatoslav Ryhel
2026-01-30 13:34 ` [PATCH v1 4/4] ASoC: tegra: Support WM8962 by machine driver Svyatoslav Ryhel
2026-01-30 22:03   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox