ASoC: simple-card: platform also uses asoc_simple_card_sub_parse_of()
commit5fb9cb165130cdb67fb3ac42b4510ed7677a077d
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 20 May 2016 09:40:41 +0000 (20 09:40 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 30 May 2016 16:16:19 +0000 (30 17:16 +0100)
treec346e57d4045645de810930a22c4327fb222a2ec
parent1a695a905c18548062509178b98bc91e67510864
ASoC: simple-card: platform also uses asoc_simple_card_sub_parse_of()

In current simple-card, platform is handled as special case,
but, the code is not readable.
This patch makes platform to use asoc_simple_card_sub_parse_of()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card.c