Searched refs:HDA_MODEL_CONSTRUCT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/sound/pci/hda/ |
| H A D | hdac.h | 39 #define HDA_MODEL_CONSTRUCT(vendor, model) \ macro 44 #define HDA_INTEL_CMLKLP HDA_MODEL_CONSTRUCT(INTEL, 0x02c8) 45 #define HDA_INTEL_CMLKH HDA_MODEL_CONSTRUCT(INTEL, 0x06c8) 46 #define HDA_INTEL_OAK HDA_MODEL_CONSTRUCT(INTEL, 0x080a) 47 #define HDA_INTEL_BAY HDA_MODEL_CONSTRUCT(INTEL, 0x0f04) 48 #define HDA_INTEL_HSW1 HDA_MODEL_CONSTRUCT(INTEL, 0x0a0c) 49 #define HDA_INTEL_HSW2 HDA_MODEL_CONSTRUCT(INTEL, 0x0c0c) 50 #define HDA_INTEL_HSW3 HDA_MODEL_CONSTRUCT(INTEL, 0x0d0c) 51 #define HDA_INTEL_BDW1 HDA_MODEL_CONSTRUCT(INTEL, 0x160c) 52 #define HDA_INTEL_BXTNT HDA_MODEL_CONSTRUCT(INTEL, 0x1a98) [all …]
|