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

struct soundwire_multilane_map - Pair a soundwire lane with direction. More...

#include <soundwire.h>

Collaboration diagram for soundwire_multilane_map:
Collaboration graph

Data Structures

union  lane_type
 

Data Fields

unsigned int lane
 
enum soundwire_multilane_dir direction
 
union soundwire_multilane_map::lane_type connection
 

Detailed Description

struct soundwire_multilane_map - Pair a soundwire lane with direction.

@lane: Slave device lane number. @direction: Direction of the slave lane. @connection: The connection that this lane makes.

Definition at line 189 of file soundwire.h.

Field Documentation

◆ connection

union soundwire_multilane_map::lane_type soundwire_multilane_map::connection

Referenced by soundwire_gen_multilane().

◆ direction

enum soundwire_multilane_dir soundwire_multilane_map::direction

Definition at line 190 of file soundwire.h.

Referenced by soundwire_gen_multilane().

◆ lane

unsigned int soundwire_multilane_map::lane

Definition at line 190 of file soundwire.h.

Referenced by soundwire_gen_multilane().


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