diff options
author | Mark Brown <broonie@kernel.org> | 2022-06-03 13:50:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-06 12:31:28 +0100 |
commit | 2abdf9f80019e8244d3806ed0e1c9f725e50b452 (patch) | |
tree | a4afb50486a5a0162b6b8affa30eaa5fec100d19 /Documentation | |
parent | 8259610c2ec01c5cbfb61882ae176aabacac9c19 (diff) | |
download | linux-2abdf9f80019e8244d3806ed0e1c9f725e50b452.tar.bz2 |
ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
Currently wm_adsp_fw_put() returns 0 rather than 1 when updating the value
of the control, meaning that no event is generated to userspace. Fix this
by setting the default return value to 1, the code already exits early with
a return value of 0 if the value is unchanged.
Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220603115003.3865834-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions