Message ID | E1erU5u-0003SU-HN@debutante |
---|---|
State | Accepted |
Commit | 890861aa85043cc9d99a01e1bd26883722e95243 |
Headers | show |
Series | Applied "ASoC: rt5514: Fix uninitialized calibration value" to the asoc tree | expand |
diff --git a/sound/soc/codecs/rt5514.c b/sound/soc/codecs/rt5514.c index b358704ee19c..e8a66b03faab 100644 --- a/sound/soc/codecs/rt5514.c +++ b/sound/soc/codecs/rt5514.c @@ -357,6 +357,7 @@ static int rt5514_dsp_voice_wake_up_put(struct snd_kcontrol *kcontrol, #else dev_err(component->dev, "There is no SPI driver for" " loading the firmware\n"); + memset(buf, 0, sizeof(buf)); #endif rt5514->pll3_cal_value = buf[0] | buf[1] << 8 | buf[2] << 16 | buf[3] << 24;