From: Neo Chang <YLCHANG2@nuvoton.com>
To: <broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <perex@perex.cz>, <tiwai@suse.com>,
<robh@kernel.org>, <krzk+dt@kernel.org>,
<linux-sound@vger.kernel.org>, <devicetree@vger.kernel.org>,
<alsa-devel@alsa-project.org>, <neo.chang70@gmail.com>,
<kchsu0@nuvoton.com>, <sjlin0@nuvoton.com>,
"Neo Chang" <YLCHANG2@nuvoton.com>
Subject: [PATCH 0/2] ASoC: codecs: Add Nuvoton NAU83G60 audio codec driver
Date: Fri, 24 Apr 2026 11:39:51 +0800 [thread overview]
Message-ID: <20260424033953.280520-1-YLCHANG2@nuvoton.com> (raw)
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
next reply other threads:[~2026-04-24 3:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 3:39 Neo Chang [this message]
2026-04-24 3:39 ` [PATCH 1/2] ASoC: dt-bindings: nuvoton,nau8360: Add bindings for NAU83G60 Neo Chang
2026-04-25 10:13 ` Krzysztof Kozlowski
2026-04-29 3:03 ` YLCHANG2
2026-04-24 3:39 ` [PATCH 2/2] ASoC: codecs: nau8360: Add support for NAU83G60 amplifier Neo Chang
2026-04-24 15:56 ` Mark Brown
2026-04-29 3:11 ` YLCHANG2
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260424033953.280520-1-YLCHANG2@nuvoton.com \
--to=ylchang2@nuvoton.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kchsu0@nuvoton.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--cc=neo.chang70@gmail.com \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=sjlin0@nuvoton.com \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox