All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: qcom: common: Parse auxiliary devices from device tree
@ 2020-08-19  9:15 ` Stephan Gerhold
  0 siblings, 0 replies; 10+ messages in thread
From: Stephan Gerhold @ 2020-08-19  9:15 UTC (permalink / raw)
  To: Mark Brown
  Cc: Srinivas Kandagatla, Patrick Lai, Banajit Goswami, Liam Girdwood,
	alsa-devel, Rob Herring, devicetree, linux-arm-msm,
	Stephan Gerhold

In some cases we need to probe additional audio components that do
not appear as part of the DAI links specified in the device tree.
Examples for this are auxiliary devices such as analog amplifiers
or codecs.

The ASoC core provides a way to probe these components by adding
them to snd_soc_card->aux_dev.

This patch set allows specifying them in the device tree through
a new "aux-devs" property.

Stephan Gerhold (2):
  ASoC: dt-bindings: qcom: Document "aux-devs" property
  ASoC: qcom: common: Parse auxiliary devices from device tree

 .../devicetree/bindings/sound/qcom,apq8016-sbc.txt        | 7 +++++++
 Documentation/devicetree/bindings/sound/qcom,apq8096.txt  | 8 ++++++++
 Documentation/devicetree/bindings/sound/qcom,sdm845.txt   | 8 ++++++++
 sound/soc/qcom/common.c                                   | 4 ++++
 4 files changed, 27 insertions(+)

-- 
2.28.0


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

end of thread, other threads:[~2020-08-26  8:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19  9:15 [PATCH 0/2] ASoC: qcom: common: Parse auxiliary devices from device tree Stephan Gerhold
2020-08-19  9:15 ` Stephan Gerhold
2020-08-19  9:15 ` [PATCH 1/2] ASoC: dt-bindings: qcom: Document "aux-devs" property Stephan Gerhold
2020-08-19  9:15   ` Stephan Gerhold
2020-08-25 21:52   ` Rob Herring
2020-08-25 21:52     ` Rob Herring
2020-08-26  8:41     ` Stephan Gerhold
2020-08-26  8:41       ` Stephan Gerhold
2020-08-19  9:15 ` [PATCH 2/2] ASoC: qcom: common: Parse auxiliary devices from device tree Stephan Gerhold
2020-08-19  9:15   ` Stephan Gerhold

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.