summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/intel.c
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2022-11-23 15:21:09 +0100
committerVinod Koul <vkoul@kernel.org>2022-11-23 15:21:09 +0100
commitca1c131ccf6e09f4976aeca035f12529c9a7d8a9 (patch)
tree96d13e6491e88da26212fbd3d1fbcc813db9865d /drivers/soundwire/intel.c
parentdt-bindings: soundwire: Convert text bindings to DT Schema (diff)
parentsoundwire: qcom: check for outanding writes before doing a read (diff)
downloadlinux-ca1c131ccf6e09f4976aeca035f12529c9a7d8a9.tar.xz
linux-ca1c131ccf6e09f4976aeca035f12529c9a7d8a9.zip
Merge branch 'fixes' into next
Merge fixes into next as Intel driver has a dependency
Diffstat (limited to 'drivers/soundwire/intel.c')
-rw-r--r--drivers/soundwire/intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soundwire/intel.c b/drivers/soundwire/intel.c
index e8855a2115f6..b9cb7e31ddb3 100644
--- a/drivers/soundwire/intel.c
+++ b/drivers/soundwire/intel.c
@@ -1512,6 +1512,7 @@ static int intel_link_probe(struct auxiliary_device *auxdev,
bus->link_id = auxdev->id;
bus->dev_num_ida_min = INTEL_DEV_NUM_IDA_MIN;
+ bus->clk_stop_timeout = 1;
sdw_cdns_probe(cdns);