Home
last modified time | relevance | path

Searched refs:AC_PINCTL_VREF_GRD (Results 1 – 5 of 5) sorted by relevance

/sound/pci/hda/
Dhda_local.h483 #define PIN_VREFGRD (AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD)
Dhda_codec.h400 #define AC_PINCTL_VREF_GRD 2 /* ground */ macro
Dhda_proc.c357 case AC_PINCTL_VREF_GRD: in print_pin_ctls()
Dhda_codec.c5395 return AC_PINCTL_VREF_GRD; in snd_hda_get_default_vref()
5408 { AC_PINCTL_VREF_GRD, AC_PINCAP_VREF_GRD }, in snd_hda_correct_pin_ctl()
Dpatch_sigmatel.c390 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; in stac_update_led_status()