linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] qrb4210-rb2: add HDMI audio playback support
@ 2024-10-02  2:20 Alexey Klimov
  2024-10-02  2:20 ` [PATCH v2 1/7] ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard Alexey Klimov
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Alexey Klimov @ 2024-10-02  2:20 UTC (permalink / raw)
  To: linux-sound, srinivas.kandagatla, bgoswami, lgirdwood, broonie
  Cc: robh, krzk+dt, conor+dt, andersson, konrad.dybcio, perex, tiwai,
	linux-arm-msm, alsa-devel, devicetree, elder, dmitry.baryshkov,
	krzysztof.kozlowski, caleb.connolly, linux-kernel, a39.skl,
	alexey.klimov

Rebased on top of -master, tested.

Changes since v1:
-- removed handling of MI2S clock in sm2450_snd_shutdown(): setting clock rate
   and disabling it causes audio delay on playback start;
-- removed empty sound { } node from sm6115.dtsi as suggested by Krzysztof;
-- moved lpi_i2s2_active pins description to qrb423310 board-specific file
   as suggested by Dmitry Baryshkov;
-- moved q6asmdai DAIs to apr soc node as suggested by Konrad Dybcio;
-- lpass_tlmm is not disabled;
-- lpass_tlmm node moved to sm4250.dtsi;
-- kept MultiMedia DAIs as is, without them the sound card driver doesn't initialise;
-- added some reviewed-by tags.

This series still keeps "qcom,qrb4210-rb2-sndcard" for sm8250 soundcard. As per
off the list discussion with Srini it was suggested to have it since in future it
may be required to add clocks, workarounds, quirks, model-specific things based on
this compatible. The same as for RB5 compatible in sm8250 snd driver.

This focuses on HDMI audio playback only hence there are no soundwire and dmic pins,
for instance. The work to enable playback via wcd+wsa8815 amplifier is in progress (it works)
and one of the routes is to merge such two patchsets together.

Link to prev series:
https://lore.kernel.org/linux-sound/20240628010715.438471-1-alexey.klimov@linaro.org/

Alexey Klimov (7):
  ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard
  ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
  ASoC: qcom: sm8250: add handling of secondary MI2S clock
  arm64: dts: qcom: sm6115: add apr and its services
  arm64: dts: qcom: sm4250: add LPASS LPI pin controller
  arm64: dts: qcom: qrb4210-rb2: add description of lpi_i2s2 pins
  arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support

 .../bindings/sound/qcom,sm8250.yaml           |  1 +
 arch/arm64/boot/dts/qcom/qrb4210-rb2.dts      | 91 +++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm4250.dtsi          | 16 ++++
 arch/arm64/boot/dts/qcom/sm6115.dtsi          | 72 +++++++++++++++
 sound/soc/qcom/sm8250.c                       |  9 ++
 5 files changed, 189 insertions(+)

-- 
2.45.2


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

end of thread, other threads:[~2024-10-06 20:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02  2:20 [PATCH v2 0/7] qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-10-02  2:20 ` [PATCH v2 1/7] ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard Alexey Klimov
2024-10-02  6:22   ` Krzysztof Kozlowski
2024-10-02  2:20 ` [PATCH v2 2/7] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string Alexey Klimov
2024-10-06 20:30   ` Dmitry Baryshkov
2024-10-02  2:20 ` [PATCH v2 3/7] ASoC: qcom: sm8250: add handling of secondary MI2S clock Alexey Klimov
2024-10-06 20:31   ` Dmitry Baryshkov
2024-10-02  2:20 ` [PATCH v2 4/7] arm64: dts: qcom: sm6115: add apr and its services Alexey Klimov
2024-10-02  2:20 ` [PATCH v2 5/7] arm64: dts: qcom: sm4250: add LPASS LPI pin controller Alexey Klimov
2024-10-06 20:34   ` Dmitry Baryshkov
2024-10-02  2:20 ` [PATCH v2 6/7] arm64: dts: qcom: qrb4210-rb2: add description of lpi_i2s2 pins Alexey Klimov
2024-10-02  5:44   ` Krzysztof Kozlowski
2024-10-02  2:20 ` [PATCH v2 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-10-06 20:37   ` Dmitry Baryshkov
2024-10-02  3:52 ` [PATCH v2 0/7] " Rob Herring (Arm)
2024-10-02 18:22 ` (subset) " 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).