mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
This is a preparatory patch for moving all DAI links to DT. With the DT based DAI link approach, we need to index through the DSPK DAI array to reference a particular interface. This patch re-orders DAI array to be consistent with other drivers, where we always first list CIF DAI and then followed by DAP and Dummy (wherever applicable). DT can use macros for these indices and can be common if the same order is followed for all modules. Bug 200538260 Bug 200520821 Change-Id: Ib3ced6078b73bdf542891e28d8081e3dd38e1ab5 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2220275 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>