Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_intel.c364 #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) macro
365 #define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) || \
558 if (IS_BXT(pci)) in hda_intel_init_chip()