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

Commit 90e36e96 authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar
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 b548d9f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1418,6 +1418,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