Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dhda_verbs.h170 #define AC_WCAP_CHAN_CNT_EXT (7<<13) /* channel count ext */ macro
/linux-4.1.27/sound/pci/hda/
Dhda_local.h543 chans = (wcaps & AC_WCAP_CHAN_CNT_EXT) >> 13; in get_wcaps_channels()