.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SND_AC97_WRITE_CACHE" "" "06 October 2005" "" ""
.SH NAME
snd_ac97_write_cache \- write a value on the given register and update the cache
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void snd_ac97_write_cache (ac97_t * \fIac97\fB, unsigned short \fIreg\fB, unsigned short \fIvalue\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIac97\fB\fR
the ac97 instance
.TP
\fB\fIreg\fB\fR
the register to change
.TP
\fB\fIvalue\fB\fR
the value to set
.SH "DESCRIPTION"
.PP
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.