From: Markus Pargmann Date: Sat, 15 Mar 2014 12:44:09 +0000 (+0100) Subject: ASoC: fsl-ssi: Remove fsl_ssi_setup X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~4^7~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0db996ba2d9b833c2bd2d73cbf301abe11c60e;p=pandora-kernel.git ASoC: fsl-ssi: Remove fsl_ssi_setup fsl_ssi_set_dai_fmt() manages most of the register setup routines now. fsl_ssi_setup() makes the same as fsl_ssi_set_dai_fmt() but it relies on DT properties. In most cases the settings of fsl_ssi_setup() are already overwritten by fsl_ssi_set_dai_fmt() when it is called by the soc-core when a sound card is added. As these settings depend on the combination of codec and cpu DAI, this should really be done by sound cards. This patch removes fsl_ssi_setup() and adds the missing register setups to fsl_ssi_set_dai_fmt(). It also removes all calls to fsl_ssi_setup(). Signed-off-by: Markus Pargmann Signed-off-by: Mark Brown --- Reading git-diff-tree failed