]> git.baikalelectronics.ru Git - kernel.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)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 16:26:46 +0000 (17:26 +0100)
commit13f4739c14315d553a11f6cb38b868a3ff126f46
tree5dc4688ab715980e97e2ad5795a69a93f72ee040
parentde32101f77b4d45f2f525f8463d3ef3520b4687d
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>
sound/soc/fsl/fsl_ssi.c