From: Pierre-Louis Bossart <pierre-louis.boss...@linux.intel.com>

set the flags as required by hardware implementation

Signed-off-by: Pierre-Louis Bossart <pierre-louis.boss...@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.l...@linux.intel.com>
---
 drivers/soundwire/intel.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/soundwire/intel.c b/drivers/soundwire/intel.c
index f4441684bd7e..89a8ad1f80e8 100644
--- a/drivers/soundwire/intel.c
+++ b/drivers/soundwire/intel.c
@@ -1400,7 +1400,14 @@ int intel_master_startup(struct platform_device *pdev)
                dev_dbg(dev, "Multi-link is disabled\n");
                bus->multi_link = false;
        } else {
+               /*
+                * hardware-based synchronization is required regardless
+                * of the number of segments used by a stream: SSP-based
+                * synchronization is gated by gsync when the multi-master
+                * mode is set.
+                */
                bus->multi_link = true;
+               bus->hw_sync_min_links = 1;
        }
 
        /* Initialize shim, controller */
-- 
2.17.1

Reply via email to