[PATCH v2 2/6] ASoC: codecs: max98373: Removed superfluous volume control from chip default
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Tue Jul 7 22:57:36 CEST 2020
From: Ryan Lee <ryans.lee at maximintegrated.com>
Volume control in probe function is not necessary.
Reviewed-by: Rander Wang <rander.wang at linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen at linux.intel.com>
Signed-off-by: Ryan Lee <ryans.lee at maximintegrated.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
---
sound/soc/codecs/max98373.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sound/soc/codecs/max98373.c b/sound/soc/codecs/max98373.c
index a8ed9f12682b..c3202c1dc517 100644
--- a/sound/soc/codecs/max98373.c
+++ b/sound/soc/codecs/max98373.c
@@ -331,13 +331,6 @@ static int max98373_probe(struct snd_soc_component *component)
regmap_write(max98373->regmap,
MAX98373_R202A_PCM_TO_SPK_MONO_MIX_2,
0x1);
- /* Set inital volume (0dB) */
- regmap_write(max98373->regmap,
- MAX98373_R203D_AMP_DIG_VOL_CTRL,
- 0x00);
- regmap_write(max98373->regmap,
- MAX98373_R203E_AMP_PATH_GAIN,
- 0x00);
/* Enable DC blocker */
regmap_write(max98373->regmap,
MAX98373_R203F_AMP_DSP_CFG,
--
2.25.1
More information about the Alsa-devel
mailing list