table of contents
other versions
- stretch 4.9.168-1
SND_AC97_WRITE_CACHE(9) | Control/Mixer API | SND_AC97_WRITE_CACHE(9) |
NAME¶
snd_ac97_write_cache - write a value on the given register and update the cacheSYNOPSIS¶
void snd_ac97_write_cache(struct snd_ac97 * ac97, unsigned short reg, unsigned short value);
ARGUMENTS¶
ac97the ac97 instance
reg
the register to change
value
the value to set
DESCRIPTION¶
Writes a value on the given register and updates the register cache. The cached values are used for the cached-read and the suspend/resume.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |