1SND_AC97_UPDATE_POWE(9) Control/Mixer API SND_AC97_UPDATE_POWE(9)
23
4
NAME
6snd_ac97_update_power - update the powerdown register
7
SYNOPSIS
9int snd_ac97_update_power(struct snd_ac97 * ac97, int reg,
10int powerup);
11
ARGUMENTS
13ac97
14the codec instance
1516
reg
17the rate register, e.g. AC97_PCM_FRONT_DAC_RATE
1819
powerup
20non-zero when power up the part
21
DESCRIPTION
23Update the AC97 powerdown register bits of the given part.
24
RETURN
26Zero.
27
COPYRIGHT
29Kernel Hackers Manual 3.10 June 2019 SND_AC97_UPDATE_POWE(9)