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 RT5663 audio codec devicetree bindings
5  */
6 
7 #include <acpi/acpi_device.h>
8 #include <stdint.h>
9 
11  /* I2C Bus Frequency in Hertz (default 400kHz) */
12  unsigned int bus_speed;
13  /* Identifier for multiple chips */
14  unsigned int uid;
15 
16  /* Allow GPIO based interrupt or PIRQ */
17  struct acpi_gpio irq_gpio;
18  struct acpi_irq irq;
19 
20  /* Manual offset value to compensate DC offset for L/R channels */
25 };
unsigned int uint32_t
Definition: stdint.h:14
uint32_t dc_offset_r_manual
Definition: chip.h:22
uint32_t dc_offset_r_manual_mic
Definition: chip.h:24
unsigned int bus_speed
Definition: chip.h:12
uint32_t dc_offset_l_manual_mic
Definition: chip.h:23
struct acpi_irq irq
Definition: chip.h:18
uint32_t dc_offset_l_manual
Definition: chip.h:21
struct acpi_gpio irq_gpio
Definition: chip.h:17
unsigned int uid
Definition: chip.h:14