[PATCH v3 0/5] ASoC: tegra: Add support for WM8962 and CPCAP codecs

Svyatoslav Ryhel posted 5 patches 1 month, 1 week ago
.../sound/nvidia,tegra-audio-cpcap.yaml       |  90 ++++++++++
.../sound/nvidia,tegra-audio-max9808x.yaml    |   5 +
.../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 ++++++++++++++++++
7 files changed, 421 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
[PATCH v3 0/5] ASoC: tegra: Add support for WM8962 and CPCAP codecs
Posted by Svyatoslav Ryhel 1 month, 1 week ago
Add support for WM8962 and CPCAP codecs found in various Tegra devices.

---
Changes in v2:
- fixed Kconfig dependencies
- added schema adjustments for max9808x

Changes in v3:
- in nvidia,tegra-audio-cpcap.yaml set vendor of device specific
  compatible to motorola
- in nvidia,tegra-audio-cpcap.yaml in example adjusted compatible
  to avoid confusion
---

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

Svyatoslav Ryhel (4):
  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
  ASoC: dt-bindings: nvidia,tegra-audio-max9808x: document additional
    board pins

 .../sound/nvidia,tegra-audio-cpcap.yaml       |  90 ++++++++++
 .../sound/nvidia,tegra-audio-max9808x.yaml    |   5 +
 .../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 ++++++++++++++++++
 7 files changed, 421 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

Re: [PATCH v3 0/5] ASoC: tegra: Add support for WM8962 and CPCAP codecs
Posted by Mark Brown 4 weeks, 1 day ago
On Mon, 23 Feb 2026 08:50:46 +0200, Svyatoslav Ryhel wrote:
> Add support for WM8962 and CPCAP codecs found in various Tegra devices.
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/5] ASoC: dt-bindings: nvidia,tegra-audio: document CPCAP CODEC
      commit: d6b634cbc2eed73497877c95a7807d0f34fa4459
[2/5] ASoC: tegra: Support CPCAP by machine driver
      commit: a34547b389a91bf0709f0901c3752ccaf63730cd
[3/5] ASoC: dt-bindings: nvidia,tegra-audio: document WM8962 CODEC
      commit: 79d73f5a0b7a702a19189c1a237ae3728d88de59
[4/5] ASoC: tegra: Support WM8962 by machine driver
      commit: 536ffa105e16ca3f6e7de53f9d6059f53d0207f7
[5/5] ASoC: dt-bindings: nvidia,tegra-audio-max9808x: document additional board pins
      commit: 06dba254de95b16e7793224d29daa5195de2e581

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark