Message ID | 20250408145252.581060-2-juerg.haefliger@canonical.com |
---|---|
State | Superseded |
Headers | show |
Series | HP EliteBook Ultra G1q support | expand |
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts index 03bbebff4576..06a53b3e8cb9 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts @@ -166,9 +166,8 @@ linux,cma { }; }; - sound { + sound: sound { compatible = "qcom,x1e80100-sndcard"; - model = "X1E80100-HP-OMNIBOOK-X14"; audio-routing = "SpkrLeft IN", "WSA WSA_SPK1 OUT", "SpkrRight IN", "WSA WSA_SPK2 OUT", "IN1_HPHL", "HPHL_OUT", @@ -1555,3 +1554,7 @@ &usb_mp_qmpphy0 { status = "okay"; }; + +&sound { + model = "X1E80100-HP-OMNIBOOK-X14"; +};
Add a label to the sound node and pull out the model name to make it explicit and easier to override it from other nodes. Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> --- arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)