1SND_AC97_READ(9) Control/Mixer API SND_AC97_READ(9)
23
4
NAME
6snd_ac97_read - read a value from the given register
7
SYNOPSIS
9unsigned short snd_ac97_read(struct snd_ac97 * ac97,
10unsigned short reg);
11
ARGUMENTS
13ac97
14the ac97 instance
1516
reg
17the register to read
18
DESCRIPTION
20Reads a value from the given register. This will invoke the read
21callback directly after the register check.
2223
Returns the read value.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 SND_AC97_READ(9)