18 lines
331 B
Plaintext
Executable File
18 lines
331 B
Plaintext
Executable File
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023-2024 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";
|
|
};
|