mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ASoC: codecs: rk322x: reduce depop time to 100ms
200ms is too long which will make cts/gts fail,100ms is enough in fact. Change-Id: Ifa0c58a9cf878936f6fbc9074cf26ce3d10a3ab4 Signed-off-by: Xinhuang Li <buluess.li@rock-chips.com>
This commit is contained in:
@@ -480,7 +480,7 @@ static int rk3228_platform_probe(struct platform_device *pdev)
|
||||
&rk3228->spk_depop_time);
|
||||
if (ret < 0) {
|
||||
dev_info(&pdev->dev, "spk_depop_time use default value.\n");
|
||||
rk3228->spk_depop_time = 200;
|
||||
rk3228->spk_depop_time = 100;
|
||||
}
|
||||
|
||||
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
||||
|
||||
Reference in New Issue
Block a user