soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / generic / alc1015 / chip.h
blobfa841772ed81206994ca28b4570037f7c2382a1a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_device.h>
5 struct drivers_generic_alc1015_config {
6 const char *hid; /* ACPI _HID */
7 struct acpi_gpio sdb; /* SDMODE GPIO */
8 };