ASoC: simple-scu-card: code sync: follow to simple family style
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 28 Oct 2016 03:37:26 +0000 (03:37 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 28 Oct 2016 18:23:41 +0000 (19:23 +0100)
commit15a190ffec3b3f5e632faaa01b92f4cef32d63a3
tree555143a801147d9a9f0f9a1e059eef2e6534c19e
parent1001354ca34179f3db924eb66672442a173147dc
ASoC: simple-scu-card: code sync: follow to simple family style

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

Current simple-scu-card function naming is different from other simple card
family. And related to it, the necessary operation position is also
different. This patch synchronize these to 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