From 05e934218fe2d3c5f844f918a024445a4c8ce75f Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 8 Jul 2009 18:54:57 +0100 Subject: [PATCH] --- yaml --- r: 157564 b: refs/heads/master c: cb507e7e79f3c0e45ecaefad9220c34fcfbe74e8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-dapm.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5606636f9c21..d08d22624a98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96fd6d471b2c953df5379a356be04f8c8f8b4bdf +refs/heads/master: cb507e7e79f3c0e45ecaefad9220c34fcfbe74e8 diff --git a/trunk/sound/soc/soc-dapm.c b/trunk/sound/soc/soc-dapm.c index 5157ec110cfa..a40594f5ad66 100644 --- a/trunk/sound/soc/soc-dapm.c +++ b/trunk/sound/soc/soc-dapm.c @@ -997,6 +997,9 @@ static int dapm_power_widgets(struct snd_soc_codec *codec, int event) pr_err("Failed to apply active bias: %d\n", ret); } + pop_dbg(codec->pop_time, "DAPM sequencing finished, waiting %dms\n", + codec->pop_time); + return 0; }