mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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 <hbiswas@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3295702 Reviewed-by: Sameer Pujar <spujar@nvidia.com> Reviewed-by: Viswanath L <viswanathl@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Mohan kumar <mkumard@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only
|
/* 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
|
#ifndef __LINUX_VIRT_UTIL_H
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/* ARAD and Regdump controls are non-functional, hence comment them */
|
/* ARAD and Regdump controls are non-functional, hence comment them */
|
||||||
#define TEGRA_REGDUMP 0
|
#define TEGRA_REGDUMP 0
|
||||||
#define TEGRA_ARAD 0
|
#define TEGRA_ARAD 1
|
||||||
|
|
||||||
#define MIXER_CONFIG_SHIFT_VALUE 16
|
#define MIXER_CONFIG_SHIFT_VALUE 16
|
||||||
#define STREAM_ID_SHIFT_VALUE 16
|
#define STREAM_ID_SHIFT_VALUE 16
|
||||||
|
|||||||
Reference in New Issue
Block a user