Skip to content
Commit cfcff69a authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: si476x: Fix locking of core



The conversion of the si476x to regmap removed locking of the core during
register updates, allowing things like power state changes for the MFD to
happen during a register update. Avoid this by taking the core lock in the
DAI operations (which are the only things that do register updates) as we
used to do in the open coded register I/O functions.

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Acked-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
parent d6173df3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment