summaryrefslogtreecommitdiff
path: root/0003-soundwire-intel-Initialize-clock-stop-timeout.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-soundwire-intel-Initialize-clock-stop-timeout.patch')
-rw-r--r--0003-soundwire-intel-Initialize-clock-stop-timeout.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/0003-soundwire-intel-Initialize-clock-stop-timeout.patch b/0003-soundwire-intel-Initialize-clock-stop-timeout.patch
index c00810e..64b1447 100644
--- a/0003-soundwire-intel-Initialize-clock-stop-timeout.patch
+++ b/0003-soundwire-intel-Initialize-clock-stop-timeout.patch
@@ -1,7 +1,7 @@
-From f4e799545c0fc46a5899853f60776adc8671776c Mon Sep 17 00:00:00 2001
+From aa0c728c5142d9306b0e7b2ace8b42fbd0c0291f Mon Sep 17 00:00:00 2001
From: Sjoerd Simons <sjoerd@collabora.com>
Date: Sat, 8 Oct 2022 21:57:51 +0200
-Subject: [PATCH 3/8] soundwire: intel: Initialize clock stop timeout
+Subject: [PATCH 3/6] soundwire: intel: Initialize clock stop timeout
The bus->clk_stop_timeout member is only initialized to a non-zero value
during the codec driver probe. This can lead to corner cases where this
@@ -17,6 +17,7 @@ bus->clk_stop_timeout is set as the maximum required by all codecs
connected on the bus.
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
+For: https://github.com/thesofproject/linux/issues/3777
---
drivers/soundwire/intel.c | 1 +
1 file changed, 1 insertion(+)