From dd1402945781da2063c2406e0132e644f4d78893 Mon Sep 17 00:00:00 2001 From: Akshu Agrawal Date: Mon, 8 Oct 2018 14:18:32 +0530 Subject: mainboard/google/kahlee: Set PSPP setting to BalancedHigh Setting default PSPP setting to BalancedLow was causing audio playback issue in most of the units. With BalancedLow either there was no sound or noise on playback. Switching to BalancedHigh as default option. BUG=b:116553085, b:112020107 TEST=Test playback and hear proper audio. Change-Id: Ibf64d7b8e58e60ce931ddc85f11b135708cdb1ee Signed-off-by: Akshu Agrawal Reviewed-on: https://review.coreboot.org/28967 Reviewed-by: Martin Roth Reviewed-by: Marc Jones Reviewed-by: Daniel Kurtz Tested-by: build bot (Jenkins) --- src/mainboard/google/kahlee/variants/baseboard/OemCustomize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/kahlee/variants') diff --git a/src/mainboard/google/kahlee/variants/baseboard/OemCustomize.c b/src/mainboard/google/kahlee/variants/baseboard/OemCustomize.c index e9cf5c843a..f5cab08d7d 100644 --- a/src/mainboard/google/kahlee/variants/baseboard/OemCustomize.c +++ b/src/mainboard/google/kahlee/variants/baseboard/OemCustomize.c @@ -149,7 +149,7 @@ static const PCIe_COMPLEX_DESCRIPTOR PcieComplex = { VOID __weak OemCustomizeInitEarly(IN OUT AMD_EARLY_PARAMS *InitEarly) { InitEarly->GnbConfig.PcieComplexList = (void *)&PcieComplex; - InitEarly->GnbConfig.PsppPolicy = PsppBalanceLow; + InitEarly->GnbConfig.PsppPolicy = PsppBalanceHigh; InitEarly->PlatformConfig.GnbAzI2sBusSelect = GnbAcpI2sBus; InitEarly->PlatformConfig.GnbAzI2sBusPinConfig = GnbAcp2Tx4RxBluetooth; if ((IS_ENABLED(CONFIG_BOARD_GOOGLE_LIARA)) && (board_id() <= 4)) -- cgit v1.2.3