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

struct soundwire_dpn_entry - Full duplex data port properties for DPn 1-14. More...

#include <soundwire.h>

Collaboration diagram for soundwire_dpn_entry:
Collaboration graph

Data Fields

size_t port
 
struct soundwire_dpnsource
 
struct soundwire_dpnsink
 

Detailed Description

struct soundwire_dpn_entry - Full duplex data port properties for DPn 1-14.

@port: DPn data port number, starting at 1. @source: Source data port properties. (optional) @sink: Sink data port properties. (optional)

Definition at line 404 of file soundwire.h.

Field Documentation

◆ port

size_t soundwire_dpn_entry::port

Definition at line 405 of file soundwire.h.

Referenced by soundwire_gen_codec().

◆ sink

struct soundwire_dpn* soundwire_dpn_entry::sink

Definition at line 407 of file soundwire.h.

Referenced by soundwire_gen_codec().

◆ source

struct soundwire_dpn* soundwire_dpn_entry::source

Definition at line 406 of file soundwire.h.

Referenced by soundwire_gen_codec().


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