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: omap-for-v4.3/legacy-v2-signed~142^2~38^2~2^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5676f5c3fde96ce36ac3839145eccd83671e2112;p=pandora-kernel.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; }