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

struct soundwire_controller - SoundWire controller properties. More...

#include <soundwire.h>

Collaboration diagram for soundwire_controller:
Collaboration graph

Data Fields

unsigned int master_list_count
 
struct soundwire_link master_list [SOUNDWIRE_MAX_LINK]
 

Detailed Description

struct soundwire_controller - SoundWire controller properties.

@master_count: Number of masters present on this device. @master_list: One entry for each master device.

Definition at line 127 of file soundwire.h.

Field Documentation

◆ master_list

struct soundwire_link soundwire_controller::master_list[SOUNDWIRE_MAX_LINK]

Definition at line 128 of file soundwire.h.

Referenced by soc_fill_soundwire_controller(), and soundwire_gen_controller().

◆ master_list_count

unsigned int soundwire_controller::master_list_count

Definition at line 128 of file soundwire.h.

Referenced by soc_fill_soundwire_controller(), and soundwire_gen_controller().


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