soundwire: Add support for multi link bank switch
In cases of multiple Masters in a stream, synchronization between multiple Master(s) is achieved by performing bank switch together and using Master methods. Add sdw_ml_bank_switch() to wait for completion of bank switch. 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>
This commit is contained in:
@@ -35,6 +35,11 @@ int sdw_add_bus_master(struct sdw_bus *bus)
|
||||
INIT_LIST_HEAD(&bus->slaves);
|
||||
INIT_LIST_HEAD(&bus->m_rt_list);
|
||||
|
||||
/*
|
||||
* Initialize multi_link flag
|
||||
* TODO: populate this flag by reading property from FW node
|
||||
*/
|
||||
bus->multi_link = false;
|
||||
if (bus->ops->read_prop) {
|
||||
ret = bus->ops->read_prop(bus);
|
||||
if (ret < 0) {
|
||||
|
Reference in New Issue
Block a user