ASoC: simple-card: Merge single and muti DAI link(s) code.
authorXiubo Li <Li.Xiubo@freescale.com>
Wed, 3 Sep 2014 02:23:39 +0000 (10:23 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 9 Sep 2014 11:59:49 +0000 (12:59 +0100)
This patch will split the DT node into old style and new style:
The new style will merge the single DAI link and muti DAI links code
together, the new style will be easier to add muti DAI links from old
single DAI link DTs.

This patch will maintian compatibility with the old DTs.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/generic/simple-card.c

Simple merge