FreeBSD kernel sound device code
ac97mixtable_entry Struct Reference

Data Fields

int reg
 
unsigned bits:4
 
unsigned ofs:4
 
unsigned stereo:1
 
unsigned mute:1
 
unsigned recidx:4
 
unsigned mask:1
 
unsigned enable:1
 

Detailed Description

Definition at line 45 of file ac97.c.

Field Documentation

◆ bits

unsigned ac97mixtable_entry::bits

Definition at line 48 of file ac97.c.

Referenced by ac97_initmixer(), and ac97_setmixer().

◆ enable

unsigned ac97mixtable_entry::enable

Definition at line 54 of file ac97.c.

Referenced by ac97_initmixer(), ac97_setmixer(), and ac97mix_init().

◆ mask

unsigned ac97mixtable_entry::mask

Definition at line 53 of file ac97.c.

Referenced by ac97_setmixer().

◆ mute

unsigned ac97mixtable_entry::mute

Definition at line 51 of file ac97.c.

Referenced by ac97_initmixer(), and ac97_setmixer().

◆ ofs

unsigned ac97mixtable_entry::ofs

Definition at line 49 of file ac97.c.

Referenced by ac97_initmixer(), and ac97_setmixer().

◆ recidx

unsigned ac97mixtable_entry::recidx

Definition at line 52 of file ac97.c.

Referenced by ac97_setrecsrc(), and ac97mix_init().

◆ reg

int ac97mixtable_entry::reg

Definition at line 46 of file ac97.c.

Referenced by ac97_fix_auxout(), ac97_initmixer(), and ac97_setmixer().

◆ stereo

unsigned ac97mixtable_entry::stereo

Definition at line 50 of file ac97.c.

Referenced by ac97_setmixer().


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