Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -488,6 +488,8 @@ static int wm8940_set_bias_level(struct snd_soc_codec *codec,
		break;
	}

	codec->dapm.bias_level = level;

	return ret;
}