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

Commit dc3a18a2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: Add debug message to track widget power up/down"

parents 5461393d 9fce9438
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1432,6 +1432,11 @@ static void dapm_seq_run(struct snd_soc_dapm_context *dapm,
			break;
		}

		/* Add this debug log to keep track of widgets being
		 * powered-up and powered-down */
		dev_dbg(w->dapm->dev, "dapm: powering %s widget %s\n",
			power_up ? "up" : "down", w->name);

		if (ret < 0)
			dev_err(w->dapm->dev,
				"ASoC: Failed to apply widget power: %d\n", ret);