SND_AC97_WRITE
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
snd_ac97_write - write a value on the given register
SYNOPSIS
"SYNOPSIS"
void snd_ac97_write (ac97_t * ac97, unsigned short reg, unsigned short value);
ARGUMENTS
- ac97
-
the ac97 instance
- reg
-
the register to change
- value
-
the value to set
DESCRIPTION
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
#snd_ca97_write_cache, so use this only when you don't want to
reflect the change to the suspend/resume state.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:57 GMT, October 06, 2005