]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk()
authorPadmavathi Venna <padma.v@samsung.com>
Thu, 20 Nov 2014 10:03:17 +0000 (15:33 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 21 Nov 2014 18:08:13 +0000 (18:08 +0000)
commit8d2cec0d4a228fafd5ea6418f0668d838110ef18
treeb568a28703c49caf3c41bbe2311d29d92f3270f4
parent4ddc920d700649ff31f4fd890b4133afc0171311
ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk()

In the i2s_set_sysclk() callback we are currently clearing all bits
of the IISMOD register in i2s_set_sysclk. It's due to an incorrect
mask used for the AND operation which is introduced in commit
4ddc920d700649ff31f4fd890b4133afc0171311 (ASoC: samsung:
add support for exynos7 I2S controller) and also adds the missing
break statement.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/i2s.c