mbox series

[v2,0/3] ASoC: nau8822: add speaker Bridge Tied Output

Message ID 20230104140412.35575-1-francesco@dolcini.it
Headers show
Series ASoC: nau8822: add speaker Bridge Tied Output | expand

Message

Francesco Dolcini Jan. 4, 2023, 2:04 p.m. UTC
From: Francesco Dolcini <francesco.dolcini@toradex.com>

Add support for BTL (Bridge Tied Load) configuration to NAU8822 audio codec,
since this requires adding a new property to the binding convert it from
txt to yaml first.

v2:
 - added Krzysztof reviewed-by and acked-by
 - removed non-relevant information about SPI not being supported from binding document

Emanuele Ghidoli (3):
  ASoC: dt-bindings: nau8822: convert to the dtschema
  ASoC: dt-bindings: nau8822: add nuvoton,spk-btl property to dtschema
  ASoC: nau8822: add speaker Bridge Tied Output configuration

 .../devicetree/bindings/sound/nau8822.txt     | 16 -------
 .../bindings/sound/nuvoton,nau8822.yaml       | 46 +++++++++++++++++++
 sound/soc/codecs/nau8822.c                    | 10 ++++
 sound/soc/codecs/nau8822.h                    |  9 ++++
 4 files changed, 65 insertions(+), 16 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/sound/nau8822.txt
 create mode 100644 Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml