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

Commit df52db6c authored by Xiaoyu Ye's avatar Xiaoyu Ye Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add audio codec configuration for SDXPOORWILLS CDP target



Override the WSA881x device configuration on SDXPOORWILLS CDP target to
enable the correct number of WSA881x device and speakerphone.

Change-Id: I0e3e2084e5e77f3ed20efdf43a850d5344f585ae
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
parent 84364cee
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "sdxpoorwills-audio-overlay.dtsi"

&soc {
	sound-tavil {
		qcom,wsa-max-devs = <1>;
		qcom,wsa-devs = <&wsa881x_0214>;
		qcom,wsa-aux-dev-prefix = "SpkrRight";
	};
};