15 lines
309 B
Plaintext
Executable File
15 lines
309 B
Plaintext
Executable File
// 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>;
|
|
};
|