From 71f57081fdb087d3c4e21e67415d63cb3a36d57e Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 30 Sep 2024 09:53:36 +0100 Subject: [PATCH] soc/intel/jasperlake: Remove Cnvi Audio Offload bool This isn't used anywhere, so remove it. Change-Id: Ieb5980929ef35ae129f9e548da7ab71efa2ae7f3 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84594 Reviewed-by: coreboot org Tested-by: build bot (Jenkins) --- src/soc/intel/jasperlake/chip.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h index 00fac3c10f..ae0a514867 100644 --- a/src/soc/intel/jasperlake/chip.h +++ b/src/soc/intel/jasperlake/chip.h @@ -227,9 +227,6 @@ struct soc_intel_jasperlake_config { /* Enable Pch iSCLK */ bool pch_isclk; - /* CNVi BT Audio Offload: Enable/Disable BT Audio Offload. */ - bool CnviBtAudioOffload; - /* Tcss */ bool TcssXhciEn; bool TcssXdciEn;