ASoC: tas751x: Factor setting of new bias level into the core

Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Mark Brown 2015-05-04 12:51:38 +01:00
parent ab303e4a17
commit 5676f5c3fd

View File

@ -208,7 +208,6 @@ static int tas571x_set_bias_level(struct snd_soc_codec *codec,
break;
}
codec->dapm.bias_level = level;
return 0;
}