Lines Matching defs:vref
2232 unsigned int vref;
2237 vref = AC_PINCTL_VREF_80;
2239 vref = AC_PINCTL_VREF_HIZ;
2240 snd_hda_set_pin_ctl(codec, 0x19, PIN_HP | vref);
2697 {.id = ALC889_FIXUP_MBP_VREF, .name = "mbp-vref"},
2698 {.id = ALC889_FIXUP_IMAC91_VREF, .name = "imac91-vref"},
2699 {.id = ALC889_FIXUP_MBA11_VREF, .name = "mba11-vref"},
2700 {.id = ALC889_FIXUP_MBA21_VREF, .name = "mba21-vref"},
2701 {.id = ALC889_FIXUP_MP11_VREF, .name = "mp11-vref"},
2702 {.id = ALC889_FIXUP_MP41_VREF, .name = "mp41-vref"},
4202 int vref;
4206 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
4209 vref);
4212 vref);
6198 int vref;
6203 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
6207 vref);
7042 * Set the vref of pin 0x19 (Headset Mic) and pin 0x1b (Headphone Mic)
11535 int vref;
11539 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
11542 vref);
11623 int vref;
11626 vref = spec->gen.hp_jack_present ? (PIN_HP | AC_PINCTL_VREF_100) : PIN_HP;
11628 vref);