git-subtree-dir: qcom/audio git-subtree-mainline:573108dc30
git-subtree-split:6c0f9e7566
19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-audio-overlay.dtsi"
|
|
|
|
&swr_haptics {
|
|
status = "disabled";
|
|
};
|
|
|
|
|
|
&sun_snd {
|
|
compatible = "qcom,sun-asoc-snd-stub";
|
|
asoc-codec = <&stub_codec>;
|
|
asoc-codec-names = "msm-stub-codec.1";
|
|
qcom,wcn-bt-ext = <1>;
|
|
};
|