[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZJxH7lcU4tSzCjb1@smile.fi.intel.com>
Date: Wed, 28 Jun 2023 17:47:10 +0300
From: Andy Shevchenko <andriy.shevchenko@...el.com>
To: Amadeusz Sławiński
<amadeuszx.slawinski@...ux.intel.com>
Cc: Bjorn Helgaas <bhelgaas@...gle.com>,
Mark Brown <broonie@...nel.org>, Takashi Iwai <tiwai@...e.com>,
alsa-devel@...a-project.org, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org,
Cezary Rojewski <cezary.rojewski@...el.com>,
Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>,
Kai Vehmanen <kai.vehmanen@...ux.intel.com>
Subject: Re: [RFC PATCH 3/8] ALSA: hda: Update PCI ID list
On Wed, Jun 28, 2023 at 10:51:30PM +0200, Amadeusz Sławiński wrote:
> Use PCI device IDs from pci_ids.h header and while at it change to using
> PCI_VDEVICE macro, to simplify declarations. This allows to change magic
> number PCI vendor IDs to macro ones for all vendors. For Intel devices
> use device IDs macros where defined.
...
> ((pci)->device == 0x490d) || \
> ((pci)->device == 0x4f90) || \
> ((pci)->device == 0x4f91) || \
> ((pci)->device == 0x4f92)))
Why are not these be added in the header as well for the sake of consistency?
...
> /* CPT */
> - { PCI_DEVICE(0x8086, 0x1c20),
> + { PCI_VDEVICE(INTEL, 0x1c20),
> .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
With the first patch seems all of these (x86) can be converted
to use PCI_DEVICE_DATA().
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists