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 /*
4  * MAXIM MAX98390 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 *dsm_param_file_name;
17  /* slot number where voltage feedback will be received */
19  /* slot number where current feedback will be received */
21 };
unsigned int uint32_t
Definition: stdint.h:14
const char * temperature_calib_key
Definition: chip.h:15
const char * dsm_param_file_name
Definition: chip.h:16
unsigned int uid
Definition: chip.h:10
const char * desc
Definition: chip.h:9
const char * name
Definition: chip.h:8
const char * r0_calib_key
Definition: chip.h:13