From: <cy_huang@richtek.com>
To: Mark Brown <broonie@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
ChiYuan Huang <cy_huang@richtek.com>,
Allen Lin <allen_lin@richtek.com>, <alsa-devel@alsa-project.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH v3 0/2] ASoC: Add rtq9128 audio amplifier
Date: Wed, 20 Sep 2023 11:50:32 +0800 [thread overview]
Message-ID: <1695181834-5809-1-git-send-email-cy_huang@richtek.com> (raw)
From: ChiYuan Huang <cy_huang@richtek.com>
This patch series adds Richtek rtq9128 automotive audio amplifier
support. It can deliver up to 4x75W into 4Ohm speaker from a 25V
supply in automotive applications.
Change log
v3
- Add Reviewed-by tag for dt binding patch
- Refine the source code by reviewer's comments
detail changes listed in the patch
- Add DVDD undervoltage threshold selection from HW guy's suggestion
v2
- dt document fix listed in patch extra comment
ChiYuan Huang (2):
ASoC: dt-bindings: Add Richtek rtq9128 audio amplifier
ASoC: codecs: Add Richtek rtq9128 audio amplifier support
.../bindings/sound/richtek,rtq9128.yaml | 54 ++
sound/soc/codecs/Kconfig | 15 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/rtq9128.c | 766 ++++++++++++++++++
4 files changed, 837 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/richtek,rtq9128.yaml
create mode 100644 sound/soc/codecs/rtq9128.c
--
2.34.1
next reply other threads:[~2023-09-20 3:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-20 3:50 cy_huang [this message]
2023-09-20 3:50 ` [PATCH v3 1/2] ASoC: dt-bindings: Add Richtek rtq9128 audio amplifier cy_huang
2023-09-20 3:50 ` [PATCH v3 2/2] ASoC: codecs: Add Richtek rtq9128 audio amplifier support cy_huang
2023-09-21 18:40 ` [PATCH v3 0/2] ASoC: Add rtq9128 audio amplifier Mark Brown
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=1695181834-5809-1-git-send-email-cy_huang@richtek.com \
--to=cy_huang@richtek.com \
--cc=allen_lin@richtek.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=robh+dt@kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).