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  * Maxim MAX98373 audio codec devicetree bindings
5  */
6 
7 #include <stdint.h>
8 
10  /* I2C Bus Frequency in Hertz (default 400kHz) */
12  /* Set '1' if I2S channel size is not 32bit. */
14  /* Identifier for chips */
16  /* Device Description */
17  const char *desc;
18  /* ACPI Device Name */
19  const char *name;
20  /* slot number where voltage feedback will be received */
22  /* slot number where current feedback will be received */
24 };
unsigned int uint32_t
Definition: stdint.h:14
const char * name
Definition: chip.h:19
const char * desc
Definition: chip.h:17