+#define HDA_CONTROLLER_IN_GPU(pci) (HDA_CONTROLLER_IS_HSW(pci) || \I think if you start with pci_match_id() and move HDA_CONTROLLER_IS_HSW() at
+ pci_match_id((struct pci_device_id []){ \
the end it will make this macro aligned with the rest, so easier to get them
all at once.