diff options
Diffstat (limited to 'sound/soc/sof/intel/pci-skl.c')
| -rw-r--r-- | sound/soc/sof/intel/pci-skl.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/sof/intel/pci-skl.c b/sound/soc/sof/intel/pci-skl.c index 5e69af6eed34..a6588b138a8c 100644 --- a/sound/soc/sof/intel/pci-skl.c +++ b/sound/soc/sof/intel/pci-skl.c @@ -69,10 +69,8 @@ static struct sof_dev_desc kbl_desc = {  /* PCI IDs */  static const struct pci_device_id sof_pci_ids[] = { -	/* Sunrise Point-LP */ -	{ PCI_DEVICE(0x8086, 0x9d70), .driver_data = (unsigned long)&skl_desc}, -	/* KBL */ -	{ PCI_DEVICE(0x8086, 0x9d71), .driver_data = (unsigned long)&kbl_desc}, +	{ PCI_DEVICE_DATA(INTEL, HDA_SKL_LP, &skl_desc) }, +	{ PCI_DEVICE_DATA(INTEL, HDA_KBL_LP, &kbl_desc) },  	{ 0, }  };  MODULE_DEVICE_TABLE(pci, sof_pci_ids);  | 
