Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: cs530x: Rename bitfield to reflect common use for ADC and DAC

Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://patch.msgid.link/20251023090327.58275-8-vitalyr@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Vitaly Rodionov and committed by
Mark Brown
3941abb2 c63b2315

+2 -2
+2 -2
sound/soc/codecs/cs530x.c
··· 141 141 if (ret) 142 142 goto volsw_err; 143 143 144 - /* Write IN_VU bit for the volume change to take effect */ 145 - regmap_write(regmap, CS530X_IN_VOL_CTRL5, CS530X_IN_VU); 144 + /* Write INOUT_VU bit for the volume change to take effect */ 145 + regmap_write(regmap, CS530X_IN_VOL_CTRL5, CS530X_INOUT_VU); 146 146 147 147 volsw_err: 148 148 snd_soc_dapm_mutex_unlock(dapm);