From: Vitaly Rodionov Date: Thu, 23 Oct 2025 09:03:15 +0000 (+0100) Subject: ASoC: cs530x: Rename bitfield to reflect common use for ADC and DAC X-Git-Tag: v6.19-rc1~156^2~3^2~83^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3941abb26ff327e53e1e8b873cab3ed3d5103eab;p=thirdparty%2Fkernel%2Flinux.git ASoC: cs530x: Rename bitfield to reflect common use for ADC and DAC Signed-off-by: Vitaly Rodionov Link: https://patch.msgid.link/20251023090327.58275-8-vitalyr@opensource.cirrus.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/cs530x.c b/sound/soc/codecs/cs530x.c index 380405d3e3a81..abe3fe3654254 100644 --- a/sound/soc/codecs/cs530x.c +++ b/sound/soc/codecs/cs530x.c @@ -141,8 +141,8 @@ static int cs530x_put_volsw_vu(struct snd_kcontrol *kcontrol, if (ret) goto volsw_err; - /* Write IN_VU bit for the volume change to take effect */ - regmap_write(regmap, CS530X_IN_VOL_CTRL5, CS530X_IN_VU); + /* Write INOUT_VU bit for the volume change to take effect */ + regmap_write(regmap, CS530X_IN_VOL_CTRL5, CS530X_INOUT_VU); volsw_err: snd_soc_dapm_mutex_unlock(dapm);