]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: rcar: remove rcar_gen_ops
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 29 Nov 2013 02:43:34 +0000 (18:43 -0800)
committerMark Brown <broonie@linaro.org>
Fri, 29 Nov 2013 12:09:54 +0000 (12:09 +0000)
commit531eaf491e25ce215bbcf434e23e77f53fc98171
treecd749fdc45d2b0ede333f3da1646dfe6bea6aa69
parent994a9df1e3ea3244e94309e4f893e9a5121116c9
ASoC: rcar: remove rcar_gen_ops

Current rcar driver gen.c is using rcar_gen_ops
which was made with the assumption that
Gen1 and Gen2 need different behavior.
but it was not needed.
This patch removes unnecessary complex method.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/sh/rcar/gen.c