coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef __EC_GOOGLE_CHROMEEC_AUDIO_CODEC__
4 #define __EC_GOOGLE_CHROMEEC_AUDIO_CODEC__
5 
7  /* ACPI device name */
8  const char *name;
9  /* ACPI _UID */
10  unsigned int uid;
11 };
12 
13 #endif /* __EC_GOOGLE_CHROMEEC_AUDIO_CODEC__ */