FreeBSD kernel sound device code
ac97_patch.c File Reference
Include dependency graph for ac97_patch.c:

Go to the source code of this file.

Macros

#define AC97_AD_JACK_SPDIF   0x72
 

Functions

 SND_DECLARE_FILE ("$FreeBSD$")
 
void ad1886_patch (struct ac97_info *codec)
 
void ad198x_patch (struct ac97_info *codec)
 
void ad1981b_patch (struct ac97_info *codec)
 
void cmi9739_patch (struct ac97_info *codec)
 
void alc655_patch (struct ac97_info *codec)
 

Macro Definition Documentation

◆ AC97_AD_JACK_SPDIF

#define AC97_AD_JACK_SPDIF   0x72

Function Documentation

◆ ad1886_patch()

void ad1886_patch ( struct ac97_info codec)

Definition at line 39 of file ac97_patch.c.

References AC97_AD_JACK_SPDIF, and ac97_wrcd().

Here is the call graph for this function:

◆ ad1981b_patch()

void ad1981b_patch ( struct ac97_info codec)

Definition at line 62 of file ac97_patch.c.

References AC97_AD_JACK_SPDIF, ac97_getsubvendor(), ac97_rdcd(), and ac97_wrcd().

Here is the call graph for this function:

◆ ad198x_patch()

void ad198x_patch ( struct ac97_info codec)

Definition at line 51 of file ac97_patch.c.

References ac97_getsubvendor(), ac97_rdcd(), and ac97_wrcd().

Here is the call graph for this function:

◆ alc655_patch()

void alc655_patch ( struct ac97_info codec)

Definition at line 95 of file ac97_patch.c.

References ac97_getsubvendor(), ac97_rdcd(), and ac97_wrcd().

Here is the call graph for this function:

◆ cmi9739_patch()

void cmi9739_patch ( struct ac97_info codec)

Definition at line 78 of file ac97_patch.c.

References ac97_getsubvendor(), AC97_MIXEXT_CLFE, AC97_REG_POWER, and ac97_wrcd().

Here is the call graph for this function:

◆ SND_DECLARE_FILE()

SND_DECLARE_FILE ( "$FreeBSD$"  )