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