Add audio device tree support for ATP, CDP, MTP, QRD, RCM platforms for Tuna SoC. Change-Id: I628e153ab1420e37e9692ae67e26db2e11f37302 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna-audio-cdp.dtsi"
|
|
|
|
&lpass_bt_swr {
|
|
status = "disabled";
|
|
};
|
|
|
|
&tuna_snd {
|
|
qcom,model = "tuna-cdp-snd-card";
|
|
qcom,msm_audio_ssr_devs = <&audio_gpr>, <&lpi_tlmm>,
|
|
<&lpass_cdc>;
|
|
};
|