ASoC: simple-card: tidyup cpu/codec dai_fmt settings for non-DT
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 3 Mar 2014 04:32:43 +0000 (20:32 -0800)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:21:44 +0000 (09:21 +0900)
commit6278efa52898a52f397f5e914a9f23f744bff9ea
tree30165d0d521ea13a0d38e729ace3bff11bc64a90
parent3e8b15e43170849662f68a90c5387f1a719f166d
ASoC: simple-card: tidyup cpu/codec dai_fmt settings for non-DT

30d0341e7da0c012f64fb290dd1153360fb49a8d
(ASoC: simple-card: simplify the daifmt code)
simplify cpu/codec dai_fmt which consists from
dai specific format + common format.
But, it didn't care about non-DT case.
This patch fixes it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit 81985bd63f6f1711035aa8d97caf2fb203250a95)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
sound/soc/generic/simple-card.c