ASoC: simple-scu-card: code sync: rename asoc_simple_card_priv
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 28 Oct 2016 03:37:44 +0000 (03:37 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 28 Oct 2016 18:24:24 +0000 (19:24 +0100)
commit6910e8679ff4d256028003be2451deb31f13948e
tree0f606ea7bfc8ccb2517059820aee14ddbc8de0dc
parent15a190ffec3b3f5e632faaa01b92f4cef32d63a3
ASoC: simple-scu-card: code sync: rename asoc_simple_card_priv

simple sound card family are using very similar style, but because of its
historical reason, there are small differences. For example pointer style,
function name, caller postion etc...
This patch synchronized simple card style to other simple card family

This patch renames asoc_simple_card_priv to simple_card_data,
same as other simple card family.

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