1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_GENERIC_ALC1015_CHIP_H__
4 #define __DRIVERS_GENERIC_ALC1015_CHIP_H__
6 #include <acpi/acpi_device.h>
8 struct drivers_generic_alc1015_config
{
9 const char *hid
; /* ACPI _HID */
10 struct acpi_gpio sdb
; /* SDMODE GPIO */
13 #endif /* __DRIVERS_GENERIC_ALC1015_CHIP_H__ */