From: Mark Brown Date: Mon, 4 May 2015 11:51:38 +0000 (+0100) Subject: ASoC: tas751x: Factor setting of new bias level into the core X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5676f5c3fde96ce36ac3839145eccd83671e2112;p=linux-beck.git ASoC: tas751x: Factor setting of new bias level into the core Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tas571x.c b/sound/soc/codecs/tas571x.c index ffdf48397491..b187ea53a7f9 100644 --- a/sound/soc/codecs/tas571x.c +++ b/sound/soc/codecs/tas571x.c @@ -208,7 +208,6 @@ static int tas571x_set_bias_level(struct snd_soc_codec *codec, break; } - codec->dapm.bias_level = level; return 0; }