Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 105cb7b6 authored by Xiaoyu Ye's avatar Xiaoyu Ye
Browse files

ARM: dts: msm: Add audio codec configuration for sdxhedgehog CDP target



Use the correct WSA881x device in device node for sdxhedgehog CDP target
to enable the correct WSA881x device and speakerphone.

CRs-Fixed: 2013075
Change-Id: Ie8b4087cd13c1608e057e7a425cf3ded59875f3d
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
parent 99d5011c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -14,3 +14,10 @@
#include "mdm9650-v1.1-cdp.dtsi"
#include "sdxhedgehog.dtsi"
#include "sdxhedgehog-pinctrl.dtsi"

&soc {
	sound {
		qcom,wsa-devs = <&wsa881x_214>;
		qcom,wsa-aux-dev-prefix = "SpkrRight";
	};
};