aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/generic/max98357a/chip.h
blob: 0abd616c184de280fea7d46ae3d88df227ecb912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <arch/acpi_device.h>

struct drivers_generic_max98357a_config {
	/* SDMODE GPIO */
	struct acpi_gpio sdmode_gpio;

	/* SDMODE Delay */
	unsigned sdmode_delay;

	/* GPIO used to indicate if this device is present */
	unsigned device_present_gpio;
	unsigned device_present_gpio_invert;
};