18 Apr
2022
18 Apr
'22
3:58 p.m.
On Sat, Apr 16, 2022 at 01:54:08PM +0100, Mark Brown wrote:
The WM8958 DSP controls all return 0 on successful write, not a boolean value indicating if the write changed the value of the control. Fix this by returning 1 after a change, there is already a check at the start of each put() that skips the function in the case that there is no change.
Signed-off-by: Mark Brown broonie@kernel.org
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles