[alsa-devel] [PATCH] atiixp: change parameter to macro define

Takashi Iwai tiwai at suse.de
Fri Jan 23 08:48:40 CET 2009


At Thu, 22 Jan 2009 21:48:51 -0500,
Matthew Ranostay wrote:
> 
> Change 0x15bd parameter to PCI_VENDOR_ID_DFI define.
> 
> Signed-off-by: Matthew Ranostay <mranostay at embeddedalley.com>

Well, I won't apply this.  PCI_VENDOR_ID_* isn't always good especially
for some table.  You'll often need to check a certain PCI (SS)ID, and
the literal makes the comparison hard.

OTOH, with PCI_VENDOR_ID_*, a number-typo can be avoided better, so
it's good as a first place.


Takashi

> 
> diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c
> index 9ce8548..6baa6c4 100644
> --- a/sound/pci/atiixp.c
> +++ b/sound/pci/atiixp.c
> @@ -297,7 +297,7 @@ static struct pci_device_id snd_atiixp_ids[] = {
>  MODULE_DEVICE_TABLE(pci, snd_atiixp_ids);
>  
>  static struct snd_pci_quirk atiixp_quirks[] __devinitdata = {
> -	SND_PCI_QUIRK(0x15bd, 0x3100, "DFI RS482", 0),
> +	SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3100, "DFI RS482", 0),
>  	{ } /* terminator */
>  };
>  
> 


More information about the Alsa-devel mailing list