mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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>
This commit is contained in:
parent
c63b2315b9
commit
3941abb26f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user