FreeBSD kernel sound device code
ac97_codecid Struct Reference
Collaboration diagram for ac97_codecid:

Data Fields

u_int32_t id
 
u_int8_t stepmask
 
u_int8_t noext:1
 
char * name
 
ac97_patch patch
 

Detailed Description

Definition at line 77 of file ac97.c.

Field Documentation

◆ id

u_int32_t ac97_codecid::id

Definition at line 78 of file ac97.c.

Referenced by ac97_initmixer().

◆ name

char* ac97_codecid::name

Definition at line 81 of file ac97.c.

Referenced by ac97_initmixer().

◆ noext

u_int8_t ac97_codecid::noext

Definition at line 80 of file ac97.c.

Referenced by ac97_initmixer().

◆ patch

ac97_patch ac97_codecid::patch

Definition at line 82 of file ac97.c.

Referenced by ac97_initmixer().

◆ stepmask

u_int8_t ac97_codecid::stepmask

Definition at line 79 of file ac97.c.

Referenced by ac97_initmixer().


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