Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/intel/
Dhda.c35 #define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348) macro
266 if (IS_CFL(pci) || IS_CNL(pci)) in hda_init()
/Linux-v5.4/include/sound/
Dhda_codec.h22 #define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348) macro
/Linux-v5.4/sound/pci/hda/
Dhda_intel.c371 #define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348) macro
1757 if (IS_CFL(pci) || IS_CNL(pci)) in azx_create()