All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: qcom: get tplg firmware-name from device tree
@ 2023-06-28 10:26 Srinivas Kandagatla
  2023-06-28 10:26 ` [PATCH 1/3] ASoC: dt-bindings: q6apm: add firmware-name bindings Srinivas Kandagatla
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Srinivas Kandagatla @ 2023-06-28 10:26 UTC (permalink / raw)
  To: krzysztof.kozlowski+dt, andersson, broonie
  Cc: robh+dt, devicetree, linux-arm-msm, dmitry.baryshkov,
	johan+linaro, perex, tiwai, lgirdwood, ckeepax,
	kuninori.morimoto.gx, linux-kernel, pierre-louis.bossart,
	alsa-devel, Srinivas Kandagatla

With the existing setup the firmware file is looked up in a fixed location
based on soundcard name, however this is not really scalable and not inline
with where linux-firmware stores board specific firmwares.

This patchset adds a new binding to q6apm to allow board specific Device Tree
to pass firmware-name, this also makes it inline with how other firmwares are
specified in qcom boards.


Srinivas Kandagatla (3):
  ASoC: dt-bindings: q6apm: add firmware-name bindings
  ASoC: qcom: q6apm: add support for reading firmware name from DT
  arm64: dts: qcom: sc8280xp-x13s: Add audio topology firmware path

 .../devicetree/bindings/sound/qcom,q6apm.yaml      |  5 +++++
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     |  5 +++++
 sound/soc/qcom/qdsp6/topology.c                    | 14 ++++++--------
 3 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2023-06-28 20:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 10:26 [PATCH 0/3] ASoC: qcom: get tplg firmware-name from device tree Srinivas Kandagatla
2023-06-28 10:26 ` [PATCH 1/3] ASoC: dt-bindings: q6apm: add firmware-name bindings Srinivas Kandagatla
2023-06-28 11:18   ` Rob Herring
2023-06-28 15:54   ` Rob Herring
2023-06-28 16:43     ` Srinivas Kandagatla
2023-06-28 10:26 ` [PATCH 2/3] ASoC: qcom: q6apm: add support for reading firmware name from DT Srinivas Kandagatla
2023-06-28 11:53   ` Mark Brown
2023-06-28 16:30     ` Srinivas Kandagatla
2023-06-28 17:42       ` Mark Brown
2023-06-28 16:57     ` Dmitry Baryshkov
2023-06-28 18:10       ` Mark Brown
2023-06-28 19:33         ` Dmitry Baryshkov
2023-06-28 19:40           ` Mark Brown
2023-06-28 20:00             ` Dmitry Baryshkov
2023-06-28 20:11               ` Mark Brown
2023-06-28 10:26 ` [PATCH 3/3] arm64: dts: qcom: sc8280xp-x13s: Add audio topology firmware path Srinivas Kandagatla

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.