Home
last modified time | relevance | path

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

/linux/sound/pci/ac97/
H A Dac97_codec.c663 AC97_SINGLE("External Amplifier", AC97_POWERDOWN, 15, 1, 1);
673 kctl->private_value = AC97_SINGLE_VALUE(AC97_POWERDOWN, 15, 1, 0); in set_inv_eapd()
674 snd_ac97_update_bits(ac97, AC97_POWERDOWN, (1<<15), (1<<15)); /* EAPD up */ in set_inv_eapd()
1682 if (snd_ac97_try_bit(ac97, AC97_POWERDOWN, 15)) { in snd_ac97_mixer_build()
2186 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0); in snd_ac97_mixer()
2190 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0); in snd_ac97_mixer()
2196 if ((snd_ac97_read(ac97, AC97_POWERDOWN) & 0x0f) == 0x0f) in snd_ac97_mixer()
2377 power = ac97->regs[AC97_POWERDOWN] & ~AC97_PD_EAPD; in snd_ac97_powerdown()
2379 power = ac97->regs[AC97_POWERDOWN] | AC97_PD_EAPD; in snd_ac97_powerdown()
2382 snd_ac97_write(ac97, AC97_POWERDOWN, power); in snd_ac97_powerdown()
[all …]
/linux/sound/soc/codecs/
H A Dstac9766.c206 snd_soc_component_write(component, AC97_POWERDOWN, 0x0000); in stac9766_set_bias_level()
210 snd_soc_component_write(component, AC97_POWERDOWN, 0xffff); in stac9766_set_bias_level()
H A Dad1980.c64 case AC97_POWERDOWN ... AC97_PCM_LR_ADC_RATE: in ad1980_readable_reg()
H A Dwm9705.c291 snd_soc_component_write(component, AC97_POWERDOWN, 0xffff); in wm9705_soc_suspend()
/linux/drivers/base/regmap/
H A Dregmap-ac97.c21 case AC97_POWERDOWN: in regmap_ac97_default_volatile()
/linux/include/sound/ac97/
H A Dregs.h32 #define AC97_POWERDOWN 0x26 /* Powerdown control / status */ macro
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c3363 oval = snd_cs46xx_codec_read(chip, AC97_POWERDOWN, in amp_voyetra()
3374 snd_cs46xx_codec_write(chip, AC97_POWERDOWN, val, in amp_voyetra()