Home
last modified time | relevance | path

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

/sound/pci/ac97/
Dac97_codec.c605 ac97->power_up &= ~(1 << (reg>>1)); in snd_ac97_put_volsw()
607 ac97->power_up |= 1 << (reg>>1); in snd_ac97_put_volsw()
2404 ac97->power_up |= (1 << i); in snd_ac97_update_power()
2406 ac97->power_up &= ~(1 << i); in snd_ac97_update_power()
2432 unsigned int power_up, bits; in update_power_regs() local
2435 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); in update_power_regs()
2436 power_up |= (1 << PWIDX_MIC); in update_power_regs()
2438 power_up |= (1 << PWIDX_SURR); in update_power_regs()
2440 power_up |= (1 << PWIDX_CLFE); in update_power_regs()
2443 power_up = ac97->power_up; in update_power_regs()
[all …]
/sound/soc/
Dsoc-dapm.c1350 bool power_up) in dapm_seq_compare() argument
1354 if (power_up) in dapm_seq_compare()
1362 if (power_up) in dapm_seq_compare()
1378 bool power_up) in dapm_seq_insert() argument
1383 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert()
1503 struct list_head *list, int event, bool power_up) in dapm_seq_run() argument
1515 if (power_up) in dapm_seq_run()
/sound/pci/hda/
Dpatch_realtek.c2731 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() argument
2733 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0); in alc269vb_toggle_power_output()