1SND_AC97_READ(9)               Control/Mixer API              SND_AC97_READ(9)
2
3
4

NAME

6       snd_ac97_read - read a value from the given register
7

SYNOPSIS

9       unsigned short snd_ac97_read(struct snd_ac97 * ac97,
10                                    unsigned short reg);
11

ARGUMENTS

13       ac97
14           the ac97 instance
15
16       reg
17           the register to read
18

DESCRIPTION

20       Reads a value from the given register. This will invoke the read
21       callback directly after the register check.
22

RETURN

24       The read value.
25
27Kernel Hackers Manual 3.10         June 2019                  SND_AC97_READ(9)
Impressum