Re: [PATCH v2 2/2] arm64: dts: qcom: x1e78100-t14s: Add audio playback over DisplayPort

From: Konrad Dybcio
Date: Wed Dec 17 2025 - 07:38:13 EST


On 12/17/25 1:00 PM, Krzysztof Kozlowski wrote:
> Add necessary DAI links and DAI name prefixes to enable audio playback
> over USB/DisplayPort and HDMI. The HDMI port is not yet enabled, but it
> should carry respective DAI name prefix regardless.
>
> Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
>
> ---

(something's inserting a \n before --- in your latest patches but I
don't know if this is a problem)

[...]

> + displayport-2-dai-link {
> + link-name = "DisplayPort2 Playback";
> +
> + codec {
> + sound-dai = <&mdss_dp2>;

How does this work out with fw_devlink?

Konrad