1. NAME

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

2. SYNOPSIS

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

3. ARGUMENTS

ac97
    the ac97 instance

reg
    the register to change

value
    the value to set

4. 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.

5. COPYRIGHT