ASoC: codecs: Modify some error codes
authorMark Brown <broonie@kernel.org>
Wed, 1 Nov 2023 17:02:32 +0000 (17:02 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 1 Nov 2023 17:02:32 +0000 (17:02 +0000)
Merge series from wangweidong.a@awinic.com:

The maximum value that calib can set should be
consistent with the maximum value of re.

An error code should be return when the re is greater
than the maximum value or less than the minimum value

The value of vsense_select should be either 32
or 0 in both cases, so modify the
AW88399_DEV_VDSEL_VSENSE macro to 32.


Trivial merge