mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Kernel OOT audio support uses different compatibles to pick specific OOT drivers for audio. This method requires additional compatible overrides in the DT overlay which is not a very flexible way to pick driver modules. It is possible to pick specific driver modules by adding the not needed ones to the denylist in the configuration files in the '/etc/modprobe.d/'. This means different compatibles are not necessary and modules can be filtered based on the name in configuration files. With this it will be easier to switch between driver modules and also will reduce the overrides in the overlay. Thus remove all 'oot' reference from the driver compatibles. Bug 4119612 Change-Id: I9496a7daf8b9c75c68b83557198a59f7d3903522 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2927028 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Sheetal . <sheetal@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Tested-by: Sheetal . <sheetal@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>