mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / amd / i2s_machine_dev / chip.h
blob0ca00a84242001a2567df1dd4bd04764664f7d78
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef __DRIVERS_AMD_I2S_MACHINE_DEV_H__
4 #define __DRIVERS_AMD_I2S_MACHINE_DEV_H__
6 #include <acpi/acpi_device.h>
8 struct drivers_amd_i2s_machine_dev_config {
9 /* ACPI _HID (required) */
10 const char *hid;
12 /* ACPI _UID */
13 unsigned int uid;
16 * DMIC select GPIO (optional). Needs to be configured if the audio framework cannot use
17 * all the mics and select the right channel based on the use-case.
19 struct acpi_gpio dmic_select_gpio;
22 #endif /* ___DRIVERS_AMD_I2S_MACHINE_DEV_H__ */