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

NAME

6       snd_ac97_write_cache - write a value on the given register and update
7       the cache
8

SYNOPSIS

10       void snd_ac97_write_cache(struct snd_ac97 * ac97, unsigned short reg,
11                                 unsigned short value);
12

ARGUMENTS

14       ac97
15           the ac97 instance
16
17       reg
18           the register to change
19
20       value
21           the value to set
22

DESCRIPTION

24       Writes a value on the given register and updates the register cache.
25       The cached values are used for the cached-read and the suspend/resume.
26
28Kernel Hackers Manual 3.10         June 2019           SND_AC97_WRITE_CACHE(9)
Impressum