Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 318ee162 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown
Browse files

ASoC: wm8904: Remove unnecessary call to snd_soc_dapm_new_widgets()



The core will call snd_soc_dapm_new_widgets() once all components of the card
have been initialized, so there is no need to do this manually in the driver.
Calling it earlier also might result in a partially instantiated system being
powered up which cause undesired side effects.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e94a093c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1202,7 +1202,6 @@ static int wm8904_add_widgets(struct snd_soc_codec *codec)
		break;
	}

	snd_soc_dapm_new_widgets(dapm);
	return 0;
}