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: v4.2-rc1~109^2~38^2~2^5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5676f5c3fde96ce36ac3839145eccd83671e2112;p=thirdparty%2Fkernel%2Flinux.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 ffdf483974912..b187ea53a7f98 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; }