Home
last modified time | relevance | path

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

/sound/pci/ac97/
Dac97_codec.c590 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw()
592 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()
2384 ac97->power_up |= (1 << i); in snd_ac97_update_power()
2386 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()
2412 unsigned int power_up, bits; in update_power_regs() local
2415 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs()
2416 power_up |= (1 << PWIDX_MIC); in update_power_regs()
2418 power_up |= (1 << PWIDX_SURR); in update_power_regs()
2420 power_up |= (1 << PWIDX_CLFE); in update_power_regs()
2423 power_up = ac97->power_up; in update_power_regs()
[all …]
/sound/soc/
Dsoc-dapm.c1473 bool power_up) in dapm_seq_compare() argument
1480 if (power_up) in dapm_seq_compare()
1491 if (power_up) in dapm_seq_compare()
1507 bool power_up) in dapm_seq_insert() argument
1512 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert()
1632 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument
1644 if (power_up) in dapm_seq_run()
/sound/pci/hda/
Dpatch_realtek.c3267 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() argument
3269 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0); in alc269vb_toggle_power_output()