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)
commit5c81f752c95313e0d7e7ab148b61c7152d1a824c
tree31d2510ba478bdcbbe96df00bdedb4006db2c1c3
parentab5201e20c181563774631258f737caeefed2364
parentb729598c1747576bb9a4c997190be3f7c2915726
ASoC: codecs: Modify some error codes

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.