]> asedeno.scripts.mit.edu Git - linux.git/commit
soundwire: Initialize completion for defer messages
authorShreyas NC <shreyas.nc@intel.com>
Fri, 27 Jul 2018 09:14:12 +0000 (14:44 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 27 Aug 2018 04:19:48 +0000 (09:49 +0530)
commita306a0e4a5326269b6c78d136407f08433ab5ece
treef2d669592f6f6d35cea31704818f55d3d9457da2
parent8cf3f9cfd9dc9e448012576b9a06cce2d294e400
soundwire: Initialize completion for defer messages

Deferred messages are async messages used to synchronize
transitions mostly while doing a bank switch on multi links.
On successful transitions these messages are marked complete
and thereby confirming that all the buses performed bank switch
successfully.

So, initialize the completion structure for the same.

Signed-off-by: Sanyog Kale <sanyog.r.kale@intel.com>
Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/bus.c