FreeBSD kernel sound device code
pin_patch_t Struct Reference

#include <pin_patch.h>

Data Fields

nid_t nid
 
int type
 
union {
   const char *   string
 
   uint32_t   mask [2]
 
   uint32_t   override
 
patch
 

Detailed Description

Definition at line 96 of file pin_patch.h.

Field Documentation

◆ mask

uint32_t pin_patch_t::mask[2]

Definition at line 101 of file pin_patch.h.

◆ nid

nid_t pin_patch_t::nid

Definition at line 97 of file pin_patch.h.

Referenced by hdac_pin_patch().

◆ override

uint32_t pin_patch_t::override

Definition at line 102 of file pin_patch.h.

◆ 

union { ... } pin_patch_t::patch

Referenced by hdac_pin_patch().

◆ string

const char* pin_patch_t::string

Definition at line 100 of file pin_patch.h.

◆ type

int pin_patch_t::type

Definition at line 98 of file pin_patch.h.


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