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

Commit b2462351 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: wsa881x-analog: make probe as async probes



wsa881x-analog probe uses sleep calls,
which stalls kernel booting until sleep completes.
So, make these probes as async probes, to unblock
the kernel booting.

Change-Id: I2dcf8e7b001812d0f107df52ca5508f50d477143
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent 8456550a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1414,6 +1414,7 @@ static struct i2c_driver wsa881x_codec_driver = {
	.driver = {
		.name = "wsa881x-i2c-codec",
		.owner = THIS_MODULE,
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
#ifdef CONFIG_PM_SLEEP
		.pm = &wsa881x_i2c_pm_ops,
#endif