devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: nau8325: Modify driver code and dtschema.
@ 2024-02-22  8:38 Seven Lee
  2024-02-22  8:38 ` [PATCH v2 1/2] ASoC: dt-bindings: Added schema for "nuvoton,nau8325" Seven Lee
  2024-02-22  8:38 ` [PATCH v2 2/2] ASoC: nau8325: new driver Seven Lee
  0 siblings, 2 replies; 8+ messages in thread
From: Seven Lee @ 2024-02-22  8:38 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, alsa-devel, devicetree, linux-kernel, robh+dt,
	conor+dt, YHCHuang, KCHSU0, CTLIN0, SJLIN0, wtli, scott6986,
	supercraig0719, dardar923

Remove the "Clock detection" switch control, and modify dtschema
for the explanation of "nuvoton,dac-vref".

Change:
V1 -> V2
 - Revise the driver description part for the C++ comment.
 - In the nau8325_clkdet_put function, modify the max variable to hard code.
 - Removed "Clock Detection" switch control.
 - modify the "ALC Enable" switch name.
 - Revise the dtschema for "nuvoton,dac-vref".

Seven Lee (2):
  ASoC: dt-bindings: Added schema for "nuvoton,nau8325"
  ASoC: nau8325: new driver

 .../bindings/sound/nuvoton,nau8325.yaml       |  82 ++
 sound/soc/codecs/nau8325.c                    | 856 ++++++++++++++++++
 sound/soc/codecs/nau8325.h                    | 391 ++++++++
 3 files changed, 1329 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml
 create mode 100755 sound/soc/codecs/nau8325.c
 create mode 100644 sound/soc/codecs/nau8325.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-01  6:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22  8:38 [PATCH v2 0/2] ASoC: nau8325: Modify driver code and dtschema Seven Lee
2024-02-22  8:38 ` [PATCH v2 1/2] ASoC: dt-bindings: Added schema for "nuvoton,nau8325" Seven Lee
2024-02-22  9:44   ` Rob Herring
2024-02-22 14:16   ` Rob Herring
2024-03-01  6:26     ` WTLI
2024-02-22  8:38 ` [PATCH v2 2/2] ASoC: nau8325: new driver Seven Lee
2024-02-22 15:47   ` Mark Brown
2024-03-01  6:35     ` WTLI

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).