4208f76725135578a31e61e5ad9c2bfe8f3720dc parent 1ad747ca9b6f97f895e0a6ccd447b158aeaa568d author Kuninori Morimoto 1269412044 +0900 committer Mark Brown 1269429407 +0000 ASoC: fsi: ensures process inside master lock Bit operation for fsi_master should be done inside master lock. But soft-reset/interrupt operation were outside of it. This patch modify this problem. It still allow to INT_ST outside-operation on fsi_interrupt, but it is not problem. Because this register doesn't need the bit operation. Signed-off-by: Kuninori Morimoto Acked-by: Liam Girdwood Signed-off-by: Mark Brown Ñ