Message ID | E1elzuq-0005hQ-Nb@debutante |
---|---|
State | Accepted |
Commit | 60edb2006030894a4e45c84b04369cb70939d695 |
Headers | show |
Series | Applied "ASoC: wm9713: Use empty struct initializer" to the asoc tree | expand |
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index df7220656d98..093be043c1b0 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c @@ -235,7 +235,7 @@ static int wm9713_hp_mixer_put(struct snd_kcontrol *kcontrol, struct soc_mixer_control *mc = (struct soc_mixer_control *)kcontrol->private_value; unsigned int mixer, mask, shift, old; - struct snd_soc_dapm_update update = { 0 }; + struct snd_soc_dapm_update update = {}; bool change; mixer = mc->shift >> 8;