mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Enable DPCM links and update the widgets property of sound node. Bug 4596841 Change-Id: Ia42ee4bbbe519788f74b51921bc4fb9a47b09f06 Signed-off-by: Ritu Chaudhary <rituc@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3297629 Tested-by: Sheetal . <sheetal@nvidia.com> Reviewed-by: Mohan kumar <mkumard@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Sameer Pujar <spujar@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
13 lines
343 B
Devicetree
13 lines
343 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2019-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
/ {
|
|
tegra_sound: sound {
|
|
/* mixer-controls node provide controls to override PCM params */
|
|
mixer-controls {
|
|
compatible = "nvidia,tegra234-mixer-control";
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|