mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
snd_soc_codec_driver probe() callback for most of the drivers appear to be redundant, as only some member initialization is done. The same can be done in platform_driver probe(). Hence codec_probe is removed from drivers except OPE driver, where peq and mbdrc initialization is done. Bug 200503387 Bug 200520821 Change-Id: Icd03df1d65d61388bf563468eb86bc134701479f Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2144216 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>