Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dpatch_conexant.c1973 #define HP_PRESENT_PORT_A (1 << 0) macro
1975 #define hp_port_a_present(spec) ((spec)->hp_present & HP_PRESENT_PORT_A)
2255 spec->hp_present = portA ? HP_PRESENT_PORT_A : 0; in cxt5066_hp_automute()