]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: fsl-ssi: Fix i2s_mode variable setup
authorMarkus Pargmann <mpa@pengutronix.de>
Sat, 15 Mar 2014 12:44:10 +0000 (13:44 +0100)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:47 +0000 (21:16 -0600)
commit27666a0491ab8bd7c10eb00f690eecffe088e640
treeb3f92179b1825a9b5bb9af401c27ddc9a5d627e0
parent95d5373dfc9f24822de548a470cf6d08e7497dcf
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 <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit 07a28dbe7ad8e72868239450ff796c90e621d46f)
sound/soc/fsl/fsl_ssi.c