Home
last modified time | relevance | path

Searched refs:cs_ac97_get (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dcs46xx.c649 static u16 cs_ac97_get(struct ac97_codec *dev, u8 reg);
719 card->pm.u32AC97_master_volume = (u32)cs_ac97_get( dev, in cs_mute()
721 card->pm.u32AC97_headphone_volume = (u32)cs_ac97_get(dev, in cs_mute()
723 card->pm.u32AC97_master_volume_mono = (u32)cs_ac97_get(dev, in cs_mute()
725 card->pm.u32AC97_pcm_out_volume = (u32)cs_ac97_get(dev, in cs_mute()
3097 cs_ac97_get(card->ac97_codec[0], AC97_POWER_CONTROL) | in amp_voyetra()
3104 cs_ac97_get(card->ac97_codec[0], AC97_POWER_CONTROL) & in amp_voyetra()
3524 card->pm.ac97[i] = cs_ac97_get(dev, BA0_AC97_RESET + Count); in cs46xx_ac97_suspend()
3550 card->pm.u32AC97_powerdown = (u32)cs_ac97_get(dev, (u8)AC97_POWER_CONTROL); in cs46xx_ac97_suspend()
3551 card->pm.u32AC97_general_purpose = (u32)cs_ac97_get(dev, (u8)BA0_AC97_GENERAL_PURPOSE); in cs46xx_ac97_suspend()
[all …]