Skip to content

Commit 5789c69

Browse files
committed
soundwire: Intel: stop sdw clock in system suspend
There is no need to keep the SoundWire clock active in system suspend. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 1bfeb40 commit 5789c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soundwire/intel_auxdevice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ static int __maybe_unused intel_suspend(struct device *dev)
664664
return 0;
665665
}
666666

667-
ret = sdw_intel_stop_bus(sdw, false);
667+
ret = sdw_intel_stop_bus(sdw, true);
668668
if (ret < 0) {
669669
dev_err(dev, "%s: cannot stop bus: %d\n", __func__, ret);
670670
return ret;

0 commit comments

Comments
 (0)