commit | 9d7939c929413d0f9effef599a0ca73300b494be | [log] [tgz] |
---|---|---|
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | Thu Feb 14 10:37:36 2019 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Feb 14 13:04:45 2019 +0000 |
tree | 56c33affb19a0e024739521572b8b908ec02a9e5 | |
parent | e2e16fa6a32dcf0a340cb2b6155a44d1bf5858ef [diff] |
ASoC: samsung: i2s: Drop spinlock pointer from i2s_dai data structure As we now have the 'priv' pointer in most of the places we can use priv->lock directly, dropping extra indirection in the SFR region spinlock access. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>