Commit 5927f947 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: wm8940: Properly set codec->dapm.bias_level

Reported-by: default avatarChris Paulson-Ellis <chris@edesix.com>
Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent 0d8d2938
......@@ -488,6 +488,8 @@ static int wm8940_set_bias_level(struct snd_soc_codec *codec,
break;
}
codec->dapm.bias_level = level;
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment