Lines Matching defs:vref
2246 unsigned int vref;
2251 vref = AC_PINCTL_VREF_80;
2253 vref = AC_PINCTL_VREF_HIZ;
2254 snd_hda_set_pin_ctl(codec, 0x19, PIN_HP | vref);
2709 {.id = ALC889_FIXUP_MBP_VREF, .name = "mbp-vref"},
2710 {.id = ALC889_FIXUP_IMAC91_VREF, .name = "imac91-vref"},
2711 {.id = ALC889_FIXUP_MBA11_VREF, .name = "mba11-vref"},
2712 {.id = ALC889_FIXUP_MBA21_VREF, .name = "mba21-vref"},
2713 {.id = ALC889_FIXUP_MP11_VREF, .name = "mp11-vref"},
2714 {.id = ALC889_FIXUP_MP41_VREF, .name = "mp41-vref"},
4142 int vref;
4146 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
4149 vref);
4152 vref);
6123 int vref;
6128 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
6132 vref);
10548 int vref;
10552 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
10555 vref);
10636 int vref;
10639 vref = spec->gen.hp_jack_present ? (PIN_HP | AC_PINCTL_VREF_100) : PIN_HP;
10641 vref);