Disable AATC on Pakala HDK device. Change-Id: I32af8c3e44d3259700cefad32d824ece4b4c10f4 Signed-off-by: Kunlei Zhang <quic_kunleiz@quicinc.com>
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-audio-qrd.dtsi"
|
|
|
|
&sun_snd {
|
|
qcom,model = "sun-qrd-snd-card";
|
|
|
|
qcom,msm-mbhc-usbc-audio-supported = <0>;
|
|
qcom,msm-mbhc-hphl-swh = <1>;
|
|
qcom,msm-mbhc-gnd-swh = <1>;
|
|
};
|