ASoC: simple-card: simplify the daifmt code
authorXiubo Li <Li.Xiubo@freescale.com>
Fri, 24 Jan 2014 07:43:01 +0000 (15:43 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 3 Feb 2014 12:45:34 +0000 (12:45 +0000)
commit30d0341e7da0c012f64fb290dd1153360fb49a8d
tree98e7803eff28a2853262dec730ebde0ca55e27ba
parent4763ebe226156db985fe75bfe930c4069d1f4207
ASoC: simple-card: simplify the daifmt code

In the asoc_simple_card_parse_of() will parse the device node's CPU/CODEC
DAI commone fmts, and then in asoc_simple_card_sub_parse_of() will parse
the CPU/CODEC DAI's sub-node fmts, so we can combine the info->daifmt and
info->set.fmt in asoc_simple_card_sub_parse_of() not while just before
_set_fmt().

And this will be more easy to add new functions, such as supporting
_set_tdm_slot(), etc.

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