summaryrefslogtreecommitdiff
path: root/sound/soc/sof/sof-audio.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-06-21 13:17:21 +0100
committerMark Brown <broonie@kernel.org>2024-06-21 13:17:21 +0100
commitde7a09dec4b90a7f92b1ebcdfeed69400b5079f4 (patch)
tree733d2f51b62d8d8213739d54d87fb1b4f2415b94 /sound/soc/sof/sof-audio.c
parentae8fc2948b48f001514d4b73167fcef3b398a5fb (diff)
parent90f3feb24172185f1832636264943e8b5e289245 (diff)
ASoC: Merge up fixes
We need some of the AMD fixes as a base for new work.
Diffstat (limited to 'sound/soc/sof/sof-audio.c')
-rw-r--r--sound/soc/sof/sof-audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/sof-audio.c b/sound/soc/sof/sof-audio.c
index 881eec38c2e2..9a52781bf8d8 100644
--- a/sound/soc/sof/sof-audio.c
+++ b/sound/soc/sof/sof-audio.c
@@ -485,7 +485,7 @@ sink_prepare:
if (ret < 0) {
/* unprepare the source widget */
if (widget_ops[widget->id].ipc_unprepare &&
- swidget && swidget->prepared) {
+ swidget && swidget->prepared && swidget->use_count == 0) {
widget_ops[widget->id].ipc_unprepare(swidget);
swidget->prepared = false;
}