summaryrefslogtreecommitdiff
path: root/sound/soc/sof
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-06-08 16:59:19 +0200
committerTakashi Iwai <tiwai@suse.de>2021-06-08 16:59:19 +0200
commita0309c344886c499b6071e7f03658e7f71a9afbb (patch)
tree34a3de212b6e7fc9c9add64d19b5077217c449bc /sound/soc/sof
parent600dd2a7e8b62170d177381cc1303861f48f9780 (diff)
parentc8a4556d98510ca05bad8d02265a4918b03a8c0b (diff)
Merge tag 'asoc-fix-v5.13-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.13 A collection of fixes and device ID updates that have come up in the past few -rcs, none of which stand out particularly.
Diffstat (limited to 'sound/soc/sof')
-rw-r--r--sound/soc/sof/pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/pm.c b/sound/soc/sof/pm.c
index fd265803f7bc..c83fb6255961 100644
--- a/sound/soc/sof/pm.c
+++ b/sound/soc/sof/pm.c
@@ -256,6 +256,7 @@ suspend:
/* reset FW state */
sdev->fw_state = SOF_FW_BOOT_NOT_STARTED;
+ sdev->enabled_cores_mask = 0;
return ret;
}