mb/google/kahlee/liara: Add 20ms delay to capture
define wakeup-delay-ms to 20ms. This avoids the pop noise heard at the start of capture. BUG=b:119926436 TEST=with kernel patch https://lore.kernel.org/patchwork/patch/1029806/ no pop sound heard at start of capture Change-Id: I2593afa69cfb955f6a2b695406855e0f31f28468 Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com> Reviewed-on: https://review.coreboot.org/c/30725 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7ac3149b5d
commit
2be9911c92
|
@ -97,6 +97,7 @@ chip soc/amd/stoneyridge
|
||||||
end #domain
|
end #domain
|
||||||
device mmio 0xfedc2000 on
|
device mmio 0xfedc2000 on
|
||||||
chip drivers/generic/adau7002
|
chip drivers/generic/adau7002
|
||||||
|
register "wakeup_delay" = "20"
|
||||||
device generic 0.0 on end
|
device generic 0.0 on end
|
||||||
end
|
end
|
||||||
chip drivers/i2c/da7219
|
chip drivers/i2c/da7219
|
||||||
|
|
Loading…
Reference in New Issue