snd_ac97_tune_hardware

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

snd_ac97_tune_hardware - tune up the hardware

SYNOPSIS

int snd_ac97_tune_hardware(struct snd_ac97 * ac97, struct ac97_quirk * quirk, const char * override);

ARGUMENTS

ac97

the ac97 instance

quirk

quirk list

override

explicit quirk value (overrides the list if non-NULL)

DESCRIPTION

Do some workaround for each pci device, such as renaming of the headphone (true line-out) control as lqMasterrq. The quirk-list must be terminated with a zero-filled entry.

Returns zero if successful, or a negative error code on failure.