mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
soc_data structure for i2s appears to be redundant for following reasons. * is_soc_t210 is unused. For older kernels this was added to implement MBIST WAR, bug 200035860. WAR is not required for kernel > k4.4 and hence cleaned up as part of bug 2485656. * set_audio_cif and set_slot_ctrl point to the same functions for Tegra210 and Tegra186. Thus there is no need to have soc_data members for it. Hence references to soc_data is removed from the i2s driver. Bug 200503387 Change-Id: I597bd594da70f2d27d9c330b871d26cf3651f7af Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2132446 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>