alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: add devicetree support for WM8961 codec
@ 2022-10-03  3:24 Doug Brown
  2022-10-03  3:24 ` [PATCH v2 1/3] ASoC: dt-bindings: add schema for WM8961 Doug Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Doug Brown @ 2022-10-03  3:24 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown
  Cc: devicetree, alsa-devel, Doug Brown, patches, Takashi Iwai,
	Rob Herring, Krzysztof Kozlowski

This series adds devicetree support for the Wolfson WM8961 codec. The
first patch adds a schema, the second patch hooks it up in the code, and
the third patch allows it to be selected in Kconfig.

Changes since v1:
- Fix ordering of property lists and example in schema
- Fix wording of commit message
- Fix unused variable warning
- Split Kconfig change to separate commit

Doug Brown (3):
  ASoC: dt-bindings: add schema for WM8961
  ASoC: wm8961: add support for devicetree
  ASoC: codecs: allow WM8961 to be selected by the user

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

-- 
2.34.1


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

end of thread, other threads:[~2022-10-18 12:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03  3:24 [PATCH v2 0/3] ASoC: add devicetree support for WM8961 codec Doug Brown
2022-10-03  3:24 ` [PATCH v2 1/3] ASoC: dt-bindings: add schema for WM8961 Doug Brown
2022-10-03  7:47   ` Krzysztof Kozlowski
2022-10-03 10:11   ` Charles Keepax
2022-10-03  3:24 ` [PATCH v2 2/3] ASoC: wm8961: add support for devicetree Doug Brown
2022-10-03 10:11   ` Charles Keepax
2022-10-03  3:24 ` [PATCH v2 3/3] ASoC: codecs: allow WM8961 to be selected by the user Doug Brown
2022-10-03 10:12   ` Charles Keepax
2022-10-18 12:13 ` [PATCH v2 0/3] ASoC: add devicetree support for WM8961 codec Mark Brown

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