From: Kuninori Morimoto Date: Fri, 29 Nov 2013 02:43:23 +0000 (-0800) Subject: ASoC: rcar: remove .path_init/exit from rsnd_gen_ops X-Git-Tag: v3.14-rc1~143^2~1^2~38^2^29~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=994a9df1e3ea3244e94309e4f893e9a5121116c9;p=pandora-kernel.git ASoC: rcar: remove .path_init/exit from rsnd_gen_ops rsnd_gen_ops has .path_init/exit callback function which cares SRU/SSI (if Gen1) SCU/SSIU/SSI (if Gen2) path settings. But, the differences between Gen1/Gen2 are cared in ssi.c/scu.c, and the path itself is same in Gen1/Gen2. This patch removes .path_init/exit callback. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed