1. NAME

snd_ac97_read - read a value from the given register

2. SYNOPSIS

unsigned short snd_ac97_read(struct snd_ac97 *  ac97 , unsigned short  reg );

3. ARGUMENTS

ac97
    the ac97 instance

reg
    the register to read

4. DESCRIPTION

Reads a value from the given register. This will invoke the read callback directly after the register check.

5. RETURN

The read value.

6. COPYRIGHT