[PATCH RFC 0/6] ASoC: qcom: enable HDMI audio on SM8[456]50 HDK boards

Neil Armstrong posted 6 patches 1 month, 1 week ago
There is a newer version of this series
.../devicetree/bindings/sound/qcom,sm8250.yaml     |  18 ++++
arch/arm64/boot/dts/qcom/sm8450-hdk.dts            |  30 ++++++
arch/arm64/boot/dts/qcom/sm8450.dtsi               |  40 ++++++++
arch/arm64/boot/dts/qcom/sm8550-hdk.dts            |  30 ++++++
arch/arm64/boot/dts/qcom/sm8550.dtsi               |  73 +++++++++++++++
arch/arm64/boot/dts/qcom/sm8650-hdk.dts            |  30 ++++++
arch/arm64/boot/dts/qcom/sm8650.dtsi               |  40 ++++++++
sound/soc/qcom/qdsp6/q6prm-clocks.c                |   5 +
sound/soc/qcom/qdsp6/q6prm.h                       |  11 +++
sound/soc/qcom/sc8280xp.c                          | 104 ++++++++++++++++++++-
10 files changed, 380 insertions(+), 1 deletion(-)
[PATCH RFC 0/6] ASoC: qcom: enable HDMI audio on SM8[456]50 HDK boards
Posted by Neil Armstrong 1 month, 1 week ago
Now the I2S interface is working on AudioReach platforms,
add the required plumbing and DT nodes to allow playing
audio via the on-board DSI-HDMI bridge.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (6):
      ASoC: qcom: qdsp6: q6prm: add the missing MCLK clock IDs
      ASoC: dt-bindings: qcom,sm8250: Add clocks properties for I2S
      ASoC: soc: qcom: sc8280xp: add support for I2S clocks
      sm8650-hdk: Enable I2S for HDMI
      sm8550-hdk: Enable I2S for HDMI
      sm8450-hdk: Enable I2S for HDMI

 .../devicetree/bindings/sound/qcom,sm8250.yaml     |  18 ++++
 arch/arm64/boot/dts/qcom/sm8450-hdk.dts            |  30 ++++++
 arch/arm64/boot/dts/qcom/sm8450.dtsi               |  40 ++++++++
 arch/arm64/boot/dts/qcom/sm8550-hdk.dts            |  30 ++++++
 arch/arm64/boot/dts/qcom/sm8550.dtsi               |  73 +++++++++++++++
 arch/arm64/boot/dts/qcom/sm8650-hdk.dts            |  30 ++++++
 arch/arm64/boot/dts/qcom/sm8650.dtsi               |  40 ++++++++
 sound/soc/qcom/qdsp6/q6prm-clocks.c                |   5 +
 sound/soc/qcom/qdsp6/q6prm.h                       |  11 +++
 sound/soc/qcom/sc8280xp.c                          | 104 ++++++++++++++++++++-
 10 files changed, 380 insertions(+), 1 deletion(-)
---
base-commit: 4a71531471926e3c391665ee9c42f4e0295a4585
change-id: 20251006-topic-sm8x50-next-hdk-i2s-66838fe961db

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>