commit | defc67c6e3638020cc6189d056e0bc187b297068 | [log] [tgz] |
---|---|---|
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | Thu Feb 14 10:37:39 2019 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Feb 14 13:05:31 2019 +0000 |
tree | 859575b5b35c9e527f855ed5232716ec1dd98ac7 | |
parent | 5944170f497c8d8c93704c40d18e794351673a11 [diff] |
ASoC: samsung: i2s: Get rid of a static spinlock This patch makes the spinlock serializing access to the primary/secondary PCM a per I2S controller lock, rather than a global one. There is no need to have a global lock across multiple I2S controllers in the SoC. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>