mbox series

[0/2] ASoC: add devicetree support for WM8961 codec

Message ID 20221001200039.21049-1-doug@schmorgal.com (mailing list archive)
Headers show
Series ASoC: add devicetree support for WM8961 codec | expand

Message

Doug Brown Oct. 1, 2022, 8 p.m. UTC
This series adds devicetree support for the Wolfson WM8961 codec. The
first patch adds a schema, and the second patch hooks it up in the code.

Doug Brown (2):
  ASoC: dt-bindings: add schema for WM8961
  ASoC: wm8961: add support for devicetree

 .../devicetree/bindings/sound/wlf,wm8961.yaml | 40 +++++++++++++++++++
 sound/soc/codecs/Kconfig                      |  2 +-
 sound/soc/codecs/wm8961.c                     |  6 +++
 3 files changed, 47 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8961.yaml