1. NAME

snd_ac97_tune_hardware - tune up the hardware

2. SYNOPSIS

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

3. ARGUMENTS

ac97
    the ac97 instance

quirk
    quirk list

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

4. DESCRIPTION

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

5. RETURN

Zero if successful, or a negative error code on failure.

6. COPYRIGHT