commit | 07a28dbe7ad8e72868239450ff796c90e621d46f | [log] [tgz] |
---|---|---|
author | Markus Pargmann <mpa@pengutronix.de> | Sat Mar 15 13:44:10 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Apr 14 17:26:46 2014 +0100 |
tree | 5dc4688ab715980e97e2ad5795a69a93f72ee040 | |
parent | 2b0db996ba2d9b833c2bd2d73cbf301abe11c60e [diff] |
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>