Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dpatch_conexant.c1974 #define HP_PRESENT_PORT_D (1 << 1) macro
1976 #define hp_port_d_present(spec) ((spec)->hp_present & HP_PRESENT_PORT_D)
2256 spec->hp_present |= portD ? HP_PRESENT_PORT_D : 0; in cxt5066_hp_automute()