diff options
-rw-r--r-- | sound/soc/soc-dapm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 5157ec110cfa..a40594f5ad66 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -997,6 +997,9 @@ static int dapm_power_widgets(struct snd_soc_codec *codec, int event) | |||
997 | pr_err("Failed to apply active bias: %d\n", ret); | 997 | pr_err("Failed to apply active bias: %d\n", ret); |
998 | } | 998 | } |
999 | 999 | ||
1000 | pop_dbg(codec->pop_time, "DAPM sequencing finished, waiting %dms\n", | ||
1001 | codec->pop_time); | ||
1002 | |||
1000 | return 0; | 1003 | return 0; |
1001 | } | 1004 | } |
1002 | 1005 | ||