Skip to content

Commit bd1963d

Browse files
ryans-leebroonie
authored andcommitted
ASoC: max98373: Removing 0x203E from the volatile reg
The 0x203E speaker gain register should be non-volatile. This register value was not able to be synced because it was marked as volatile. Signed-off-by: Ryan Lee <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 11e9318 commit bd1963d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/codecs/max98373-i2c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ static bool max98373_volatile_reg(struct device *dev, unsigned int reg)
442442
{
443443
switch (reg) {
444444
case MAX98373_R2000_SW_RESET ... MAX98373_R2009_INT_FLAG3:
445-
case MAX98373_R203E_AMP_PATH_GAIN:
446445
case MAX98373_R2054_MEAS_ADC_PVDD_CH_READBACK:
447446
case MAX98373_R2055_MEAS_ADC_THERM_CH_READBACK:
448447
case MAX98373_R20B6_BDE_CUR_STATE_READBACK:

0 commit comments

Comments
 (0)