From: Dong Aisheng Date: Mon, 29 Aug 2011 09:15:14 +0000 (+0800) Subject: ASoC: soc-core: symmetry checking for each DAIs separately X-Git-Tag: v3.2-rc1~127^2~1^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17841020e9d3dbd4e8114c2142c2bc6d45c01da1;p=pandora-kernel.git ASoC: soc-core: symmetry checking for each DAIs separately The orginal code does not cover the case that one DAI such as codec may be shared between other two DAIs(CPU). When do symmetry checking, altough the codec DAI requires symmetry, the two CPU DAIs may still be configured to run on different rates. We change to check each DAI's state separately instead of only checking the dai link to prevent this issue. Signed-off-by: Dong Aisheng Tested-by: Wolfram Sang Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed