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

Commit 99380bb2 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

ARM: dts: msm: add hdmi support from audio on msmgold



Backend dai was added but hdmi dba missed as part of codec. So
sound card registration was failing. HDMI dba is added as part
of asoc codec on msmgold.

CRs-Fixed: 972063
Change-Id: I5353840208f456f90181cbe5583fed1024d03fd4
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 866b7283
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -22,8 +22,9 @@
	qcom,msm-hs-micbias-type = "external";
	qcom,msm-micbias1-ext-cap;

	asoc-codec = <&stub_codec>, <&pm8937_cajon_dig>;
	asoc-codec-names = "msm-stub-codec.1", "cajon_codec";
	asoc-codec = <&stub_codec>, <&pm8937_cajon_dig>, <&hdmi_dba>;
	asoc-codec-names = "msm-stub-codec.1", "cajon_codec",
						"msm-hdmi-dba-codec-rx";
};

&ext_codec {