mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
The function rt565x_manage_codec_sysclk() only exists in the downstream kernel and is only currently used for the audio supermodule. It is not necessary to port this function to the upstream kernel because we can simply implement the same functionality within the machine driver by calling the snd_soc_dai_set_pll() and snd_soc_dai_set_sysclk() APIs. Therefore, update the Tegra machine to avoid using the function rt565x_manage_codec_sysclk() so we can remove from downstream. Bug 1665446 Change-Id: Id7e941368740f28cb74e6a04556e7b00abae119d Signed-off-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2073779 Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>