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-only */
2 
3 /*
4  * Realtek RT1011 audio codec devicetree bindings
5  */
6 
8  const char *name; /* ACPI Device Name */
9  const char *desc; /* Device Description */
10  unsigned int uid; /* ACPI _UID */
11 
12  /* The VPD key of calibrated speaker resistance. */
13  const char *r0_calib_key;
14  /* The VPD key of temperature during speaker calibration. */
15  const char *temperature_calib_key;
16 };
const char * desc
Definition: chip.h:9
unsigned int uid
Definition: chip.h:10
const char * r0_calib_key
Definition: chip.h:13
const char * temperature_calib_key
Definition: chip.h:15
const char * name
Definition: chip.h:8