Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/hda/
Dhda_codec.h194 #define AC_WCAP_TYPE (0xf<<20) macro
Dhda_local.h477 #define get_wcaps_type(wcaps) (((wcaps) & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT)
Dpatch_cirrus.c352 type = (get_wcaps(codec, nid) & AC_WCAP_TYPE) in get_adc()