.\" 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" "" "06 October 2005" "" "" .SH NAME snd_ac97_write \- write a value on the given register .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void snd_ac97_write (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. This will invoke the write callback directly after the register check. This function doesn't change the register cache unlike #\fBsnd_ca97_write_cache\fR, so use this only when you don't want to reflect the change to the suspend/resume state.