mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: hamoa-evk: Add DP0/DP1 audio playback support
The hamoa-evk DTS currently lacks DAI links for DP0 and DP1, preventing the sound card from exposing these playback paths. Add the missing links to enable audio output on both DP interfaces. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Le Qi <le.qi@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260210024037.3719191-1-le.qi@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
ec6944df7b
commit
20eb0aa76f
|
|
@ -616,6 +616,38 @@ platform {
|
|||
sound-dai = <&q6apm>;
|
||||
};
|
||||
};
|
||||
|
||||
dp0-dai-link {
|
||||
link-name = "DP0 Playback";
|
||||
|
||||
codec {
|
||||
sound-dai = <&mdss_dp0>;
|
||||
};
|
||||
|
||||
cpu {
|
||||
sound-dai = <&q6apmbedai DISPLAY_PORT_RX_0>;
|
||||
};
|
||||
|
||||
platform {
|
||||
sound-dai = <&q6apm>;
|
||||
};
|
||||
};
|
||||
|
||||
dp1-dai-link {
|
||||
link-name = "DP1 Playback";
|
||||
|
||||
codec {
|
||||
sound-dai = <&mdss_dp1>;
|
||||
};
|
||||
|
||||
cpu {
|
||||
sound-dai = <&q6apmbedai DISPLAY_PORT_RX_1>;
|
||||
};
|
||||
|
||||
platform {
|
||||
sound-dai = <&q6apm>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
usb-1-ss0-sbu-mux {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user