summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-05-04 13:51:38 +0200
committerMark Brown <broonie@kernel.org>2015-05-04 13:51:38 +0200
commit5676f5c3fde96ce36ac3839145eccd83671e2112 (patch)
tree53fc038ca6f8aa1ccec16f81a3a84c3fafec9ebb /sound/soc
parentMerge branch 'topic/dapm' of git://git.kernel.org/pub/scm/linux/kernel/git/br... (diff)
downloadlinux-5676f5c3fde96ce36ac3839145eccd83671e2112.tar.xz
linux-5676f5c3fde96ce36ac3839145eccd83671e2112.zip
ASoC: tas751x: Factor setting of new bias level into the core
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/tas571x.c1
1 files changed, 0 insertions, 1 deletions
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;
}