[PATCH RFC 0/4] ASoC: Add TAS675x quad-channel Class-D amplifier driver

Sen Wang posted 4 patches 4 hours ago
.../devicetree/bindings/sound/ti,tas675x.yaml |  278 +++
Documentation/sound/codecs/index.rst          |    1 +
Documentation/sound/codecs/tas675x.rst        |  618 +++++
MAINTAINERS                                   |    4 +
sound/soc/codecs/Kconfig                      |   12 +
sound/soc/codecs/Makefile                     |    2 +
sound/soc/codecs/tas675x.c                    | 2172 +++++++++++++++++
sound/soc/codecs/tas675x.h                    |  367 +++
8 files changed, 3454 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/ti,tas675x.yaml
create mode 100644 Documentation/sound/codecs/tas675x.rst
create mode 100644 sound/soc/codecs/tas675x.c
create mode 100644 sound/soc/codecs/tas675x.h
[PATCH RFC 0/4] ASoC: Add TAS675x quad-channel Class-D amplifier driver
Posted by Sen Wang 4 hours ago
This series adds support for the TI TAS675x (TAS6754, TAS67524)
quad-channel automotive Class-D amplifiers. The devices have an
integrated DSP and load diagnostics, and are controlled over I2C.

Patch 1 adds the dt-binding, patch 2 the codec driver, patch 3 the
ALSA mixer controls documentation, and patch 4 adds the MAINTAINERS
entry.

Tested on AM62D-EVM with a TAS67CD-AEC daughter card, on setups &
test procedures, refer to the Github repository.

GitHub: https://github.com/SenWang125/tas67-linux

Sen Wang (4):
  dt-bindings: sound: Add ti,tas675x
  ASoC: codecs: Add TAS675x quad-channel audio amplifier driver
  Documentation: sound: Add TAS675x codec mixer controls documentation
  MAINTAINERS: add entry for TAS675x audio amplifier

 .../devicetree/bindings/sound/ti,tas675x.yaml |  278 +++
 Documentation/sound/codecs/index.rst          |    1 +
 Documentation/sound/codecs/tas675x.rst        |  618 +++++
 MAINTAINERS                                   |    4 +
 sound/soc/codecs/Kconfig                      |   12 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/tas675x.c                    | 2172 +++++++++++++++++
 sound/soc/codecs/tas675x.h                    |  367 +++
 8 files changed, 3454 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/ti,tas675x.yaml
 create mode 100644 Documentation/sound/codecs/tas675x.rst
 create mode 100644 sound/soc/codecs/tas675x.c
 create mode 100644 sound/soc/codecs/tas675x.h

-- 
2.43.0
Re: [PATCH RFC 0/4] ASoC: Add TAS675x quad-channel Class-D amplifier driver
Posted by Sen Wang 4 hours ago
On 3/31/26 21:42, Sen Wang wrote:

Apologies, the RFC tag was included by mistake. This is a proper 
upstream submission, please kindly ignore the RFC tag.

> This series adds support for the TI TAS675x (TAS6754, TAS67524)
> quad-channel automotive Class-D amplifiers. The devices have an
> integrated DSP and load diagnostics, and are controlled over I2C.
> 
> Patch 1 adds the dt-binding, patch 2 the codec driver, patch 3 the
> ALSA mixer controls documentation, and patch 4 adds the MAINTAINERS
> entry.
> 
> Tested on AM62D-EVM with a TAS67CD-AEC daughter card, on setups &
> test procedures, refer to the Github repository.
> 
> GitHub: https://github.com/SenWang125/tas67-linux
> 
> Sen Wang (4):
>    dt-bindings: sound: Add ti,tas675x
>    ASoC: codecs: Add TAS675x quad-channel audio amplifier driver
>    Documentation: sound: Add TAS675x codec mixer controls documentation
>    MAINTAINERS: add entry for TAS675x audio amplifier
> 
>   .../devicetree/bindings/sound/ti,tas675x.yaml |  278 +++
>   Documentation/sound/codecs/index.rst          |    1 +
>   Documentation/sound/codecs/tas675x.rst        |  618 +++++
>   MAINTAINERS                                   |    4 +
>   sound/soc/codecs/Kconfig                      |   12 +
>   sound/soc/codecs/Makefile                     |    2 +
>   sound/soc/codecs/tas675x.c                    | 2172 +++++++++++++++++
>   sound/soc/codecs/tas675x.h                    |  367 +++
>   8 files changed, 3454 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/sound/ti,tas675x.yaml
>   create mode 100644 Documentation/sound/codecs/tas675x.rst
>   create mode 100644 sound/soc/codecs/tas675x.c
>   create mode 100644 sound/soc/codecs/tas675x.h
>