13 lines
302 B
Plaintext
Executable File
13 lines
302 B
Plaintext
Executable File
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "pineapple-audio-overlay.dtsi"
|
|
|
|
&pineapple_snd {
|
|
compatible = "qcom,pineapple-asoc-snd-stub";
|
|
asoc-codec = <&stub_codec>;
|
|
asoc-codec-names = "msm-stub-codec.1";
|
|
};
|