coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
soundwire_name_map Struct Reference

struct soundwire_name_map - Map ACPI name to SoundWire property name. More...

Collaboration diagram for soundwire_name_map:
Collaboration graph

Data Fields

const char * acpi_name
 
const char * sdw_name
 

Detailed Description

struct soundwire_name_map - Map ACPI name to SoundWire property name.

@acpi_name: ACPI compatible name string. @sdw_name: MIPI SoundWire property name string.

Definition at line 26 of file soundwire.c.

Field Documentation

◆ acpi_name

const char* soundwire_name_map::acpi_name

Definition at line 27 of file soundwire.c.

◆ sdw_name

const char* soundwire_name_map::sdw_name

Definition at line 28 of file soundwire.c.


The documentation for this struct was generated from the following file: