All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] ASoC: nau8325: Modify driver code and dtschema.
@ 2024-03-27  7:57 Seven Lee
  2024-03-27  7:57 ` [PATCH v5 1/2] ASoC: dt-bindings: Added schema for "nuvoton,nau8325" Seven Lee
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Seven Lee @ 2024-03-27  7:57 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, alsa-devel, devicetree, linux-sound,
	krzysztof.kozlowski+dt, linux-kernel, robh+dt, conor+dt, perex,
	tiwai, YHCHuang, KCHSU0, CTLIN0, SJLIN0, wtli, scott6986,
	supercraig0719, dardar923

Revise properties description and use standard units in dtschema.
The unit conversion driver based on the attribute must also be
changed accordingly.

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

V2 -> V3:
- Properties use standard unit suffixes.
- Modify the enum definition.
- Driver code should be used dev_dbg().

V3 -> V4:
- Properties use standard unit suffixes.
- Modify the enum definition.

V4->V5:
- Properties use standard unit suffixes for vref-impedance and dac-vref.
- Revise the enum definition.
- Modify the code related to properties usage in the NAU8325 codec driver.
- Re-arrange header files in alphabetical order.

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

 .../bindings/sound/nuvoton,nau8325.yaml       |  80 ++
 sound/soc/codecs/nau8325.c                    | 893 ++++++++++++++++++
 sound/soc/codecs/nau8325.h                    | 391 ++++++++
 3 files changed, 1364 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml
 create mode 100644 sound/soc/codecs/nau8325.c
 create mode 100644 sound/soc/codecs/nau8325.h

-- 
2.25.1


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

end of thread, other threads:[~2024-03-29 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27  7:57 [PATCH v5 0/2] ASoC: nau8325: Modify driver code and dtschema Seven Lee
2024-03-27  7:57 ` [PATCH v5 1/2] ASoC: dt-bindings: Added schema for "nuvoton,nau8325" Seven Lee
2024-03-27 17:32   ` Rob Herring
2024-03-27  7:57 ` [PATCH v5 2/2] ASoC: nau8325: new driver Seven Lee
2024-03-28 15:22   ` Mark Brown
2024-03-29  2:33     ` WTLI
2024-03-29 12:34 ` [PATCH v5 0/2] ASoC: nau8325: Modify driver code and dtschema Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.