From b66c8ea3d38872e0e2c9eb416239550da862ebb5 Mon Sep 17 00:00:00 2001 From: Sowmya Aralguppe Date: Thu, 17 Jul 2025 06:52:41 +0530 Subject: [PATCH] mb/google/ocelot/var/ocelot: Remove Bluetooth Audio offload Remove Bluetooth Audio offload to align to fw_config.c Platform Mapping Document : Rev0p86 BUG=b:394208231 TEST=Build Ocelot and verify it compiles without any error. Change-Id: I30edbc0a5622e8893469384b853cad323c6ac544 Signed-off-by: Sowmya Aralguppe Reviewed-on: https://review.coreboot.org/c/coreboot/+/88460 Reviewed-by: Pranava Y N Tested-by: build bot (Jenkins) --- src/mainboard/google/ocelot/variants/ocelot/variant.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mainboard/google/ocelot/variants/ocelot/variant.c b/src/mainboard/google/ocelot/variants/ocelot/variant.c index 41ae40b759..f4f1fb33f3 100644 --- a/src/mainboard/google/ocelot/variants/ocelot/variant.c +++ b/src/mainboard/google/ocelot/variants/ocelot/variant.c @@ -20,11 +20,6 @@ void variant_update_soc_chip_config(struct soc_intel_pantherlake_config *config) fw_config_probe(FW_CONFIG(WIFI, WIFI_CNVI_7))) { config->cnvi_wifi_core = true; config->cnvi_bt_core = true; - - if (fw_config_probe(FW_CONFIG(AUDIO, AUDIO_ALC721_SNDW))) { - printk(BIOS_INFO, "BT audio offload configured.\n"); - config->cnvi_bt_audio_offload = true; - } } /* Touchscreen and touchpad WOT support: