cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / brya / variants / skolas / variant.c
blobe9ae51ea0feb05e33d39d8104c77d290a7000332
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <chip.h>
4 #include <fw_config.h>
5 #include <baseboard/variants.h>
7 void variant_update_soc_chip_config(struct soc_intel_alderlake_config *config)
9 config->cnvi_bt_audio_offload = fw_config_probe(FW_CONFIG(AUDIO,
10 MAX98373_ALC5682_SNDW));