mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
ASoC: wm2200: Ignore pmdown_time
The device is generally not succeptible to the issues that cause this to be an issue. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
a5d3a21a9a
commit
17c0cee96f
@ -1916,6 +1916,7 @@ static struct snd_soc_codec_driver soc_codec_wm2200 = {
|
||||
.probe = wm2200_probe,
|
||||
|
||||
.idle_bias_off = true,
|
||||
.ignore_pmdown_time = true,
|
||||
.set_sysclk = wm2200_set_sysclk,
|
||||
.set_pll = wm2200_set_fll,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user