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-Tag: firefly_0821_release~176^2~1082^2~116^2~2^5~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5676f5c3fde96ce36ac3839145eccd83671e2112;p=firefly-linux-kernel-4.4.55.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; }