Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0803a5c8 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: core: Skip suspending widgets with ignore flag"

parents a69616a8 6282e01d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -279,6 +279,8 @@ void dapm_mark_endpoints_dirty(struct snd_soc_card *card)
	mutex_lock(&card->dapm_mutex);

	list_for_each_entry(w, &card->widgets, list) {
		if (w->ignore_suspend)
			continue;
		if (w->is_ep) {
			dapm_mark_dirty(w, "Rechecking endpoints");
			if (w->is_ep & SND_SOC_DAPM_EP_SINK)