1SND_AC97_TUNE_HARDWA(9) Control/Mixer API SND_AC97_TUNE_HARDWA(9)
2
3
4
6 snd_ac97_tune_hardware - tune up the hardware
7
9 int snd_ac97_tune_hardware(struct snd_ac97 * ac97,
10 struct ac97_quirk * quirk,
11 const char * override);
12
14 ac97
15 the ac97 instance
16
17 quirk
18 quirk list
19
20 override
21 explicit quirk value (overrides the list if non-NULL)
22
24 Do some workaround for each pci device, such as renaming of the
25 headphone (true line-out) control as “Master”. The quirk-list must be
26 terminated with a zero-filled entry.
27
28 Returns zero if successful, or a negative error code on failure.
29
31Kernel Hackers Manual 2.6. June 2019 SND_AC97_TUNE_HARDWA(9)