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.
22
RETURN
24The read value.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 SND_AC97_READ(9)