| From: |
| Neo Chang <YLCHANG2-AT-nuvoton.com> |
| To: |
| <broonie-AT-kernel.org> |
| Subject: |
| [PATCH 0/2] ASoC: codecs: Add Nuvoton NAU83G60 audio codec driver |
| Date: |
| Fri, 24 Apr 2026 11:39:51 +0800 |
| Message-ID: |
| <20260424033953.280520-1-YLCHANG2@nuvoton.com> |
| Cc: |
| <lgirdwood-AT-gmail.com>, <perex-AT-perex.cz>, <tiwai-AT-suse.com>, <robh-AT-kernel.org>, <krzk+dt-AT-kernel.org>, <linux-sound-AT-vger.kernel.org>, <devicetree-AT-vger.kernel.org>, <alsa-devel-AT-alsa-project.org>, <neo.chang70-AT-gmail.com>, <kchsu0-AT-nuvoton.com>, <sjlin0-AT-nuvoton.com>, "Neo Chang" <YLCHANG2-AT-nuvoton.com> |
| Archive-link: |
| Article |
This patch series adds support for the Nuvoton NAU83G60 audio codec.
The NAU83G60 is a stereo Class-D amplifier with an integrated DSP and
I/V-sense capabilities. The driver supports I2C register access through
regmap, DAPM widgets and routes, TDM interface configuration, and DSP
firmware loading.
The series is structured as follows:
- Patch 1: Adds the YAML device tree bindings documentation.
- Patch 2: Adds the ASoC codec driver implementationy.
Neo Chang (2):
ASoC: dt-bindings: nuvoton,nau8360: Add bindings for NAU83G60
ASoC: codecs: nau8360: Add support for NAU83G60 amplifier
.../bindings/sound/nuvoton,nau8360.yaml | 115 +
sound/soc/codecs/nau8360-dsp.c | 704 +++++
sound/soc/codecs/nau8360-dsp.h | 117 +
sound/soc/codecs/nau8360.c | 2334 +++++++++++++++++
sound/soc/codecs/nau8360.h | 900 +++++++
5 files changed, 4170 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8360.yaml
create mode 100644 sound/soc/codecs/nau8360-dsp.c
create mode 100644 sound/soc/codecs/nau8360-dsp.h
create mode 100644 sound/soc/codecs/nau8360.c
create mode 100644 sound/soc/codecs/nau8360.h
--
2.25.1