diff options
| author | Mark Brown <broonie@kernel.org> | 2015-05-04 07:51:38 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-05-04 07:51:38 -0400 |
| commit | 5676f5c3fde96ce36ac3839145eccd83671e2112 (patch) | |
| tree | 53fc038ca6f8aa1ccec16f81a3a84c3fafec9ebb | |
| parent | ab303e4a17f07d6ebbf6f1528f89e3c1c248a4e6 (diff) | |
ASoC: tas751x: Factor setting of new bias level into the core
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/tas571x.c | 1 |
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, | |||
| 208 | break; | 208 | break; |
| 209 | } | 209 | } |
| 210 | 210 | ||
| 211 | codec->dapm.bias_level = level; | ||
| 212 | return 0; | 211 | return 0; |
| 213 | } | 212 | } |
| 214 | 213 | ||
