On Wed, Nov 21, 2018 at 11:17:41PM +0100, Takashi Iwai wrote:
On Wed, 21 Nov 2018 18:38:41 +0100, Andy Shevchenko wrote:True.
Compare:The former gives a better grep-ability, though.
/* CFL */
{ PCI_DEVICE(0x8086, 0xa348),
.driver_data = (unsigned long)&snd_soc_acpi_intel_cnl_machines},
to something like:
#define PCI_DEVICE_ID_INTEL_AUDIO_CFL 0xa348
...
{PCI_DEVICE_DATA(INTEL, AUDIO_CFL, &snd_soc_acpi_intel_cnl_machines)},
I have no big preference over two, just want to mention that both have
merits and demerits.
So, up to you, guys, what to choose.