From: Markus Pargmann Date: Sat, 15 Mar 2014 12:44:10 +0000 (+0100) Subject: ASoC: fsl-ssi: Fix i2s_mode variable setup X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~4^7~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a28dbe7ad8e72868239450ff796c90e621d46f;p=pandora-kernel.git ASoC: fsl-ssi: Fix i2s_mode variable setup In fsl_ssi_hw_params() we update the I2S and NET bits using the i2s_mode variable. The fsl_ssi_set_dai_fmt() function only writes the i2s-mode to the i2s_mode variable and not the NET bit. This fixes it by adding that bit to i2s_mode. Signed-off-by: Markus Pargmann Signed-off-by: Mark Brown --- Reading git-diff-tree failed