From 4c9bdb3715d3e4304e52c74d4c22d31204edaef7 Mon Sep 17 00:00:00 2001 From: Hirak Biswas Date: Tue, 4 Feb 2025 04:54:09 +0000 Subject: [PATCH] ASoC: tegra: Enable ARAD controls ARAD was disabled earlier because it was non functional from audio server side. Re-enabling since the issue is now fixed. Jira TAS-2594 Change-Id: Idabb617ff3150368ea62d002c3cbdce131054611 Signed-off-by: Hirak Biswas Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3295702 Reviewed-by: Sameer Pujar Reviewed-by: Viswanath L GVS: buildbot_gerritrpt Reviewed-by: Mohan kumar Reviewed-by: svcacv --- sound/soc/tegra-virt-alt/tegra_asoc_util_virt_alt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/tegra-virt-alt/tegra_asoc_util_virt_alt.h b/sound/soc/tegra-virt-alt/tegra_asoc_util_virt_alt.h index 096472e3..3eab2a1d 100644 --- a/sound/soc/tegra-virt-alt/tegra_asoc_util_virt_alt.h +++ b/sound/soc/tegra-virt-alt/tegra_asoc_util_virt_alt.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only * - * SPDX-FileCopyrightText: Copyright (c) 2021-2024 NVIDIA CORPORATION. All rights reserved. + * SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION. All rights reserved. */ #ifndef __LINUX_VIRT_UTIL_H @@ -10,7 +10,7 @@ /* ARAD and Regdump controls are non-functional, hence comment them */ #define TEGRA_REGDUMP 0 -#define TEGRA_ARAD 0 +#define TEGRA_ARAD 1 #define MIXER_CONFIG_SHIFT_VALUE 16 #define STREAM_ID_SHIFT_VALUE 16