mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-01 16:44:35 +07:00
ASoC: Add pop delay debug at end of DAPM sequencing
Provide an interval after the end of DAPM sequencing so that we can distinguish between a pop in the final step of the sequence and a pop generated from some other source outside DAPM. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
96fd6d471b
commit
cb507e7e79
@ -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);
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user