diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-29 18:05:09 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-29 18:05:09 +0200 |
commit | 580c9d373ce7ccfbc5227e985fca761f8f039af3 (patch) | |
tree | 4de132f09624dd2cafc51fcd3171e41494adef64 /sound/pci/es1938.c | |
parent | e2cb0d95ba9fbd4603375032d37e9c0e288897b8 (diff) | |
parent | 0d7392e54435476243ce08ba57745ab52d639cbb (diff) | |
download | kernel_samsung_tuna-580c9d373ce7ccfbc5227e985fca761f8f039af3.zip kernel_samsung_tuna-580c9d373ce7ccfbc5227e985fca761f8f039af3.tar.gz kernel_samsung_tuna-580c9d373ce7ccfbc5227e985fca761f8f039af3.tar.bz2 |
Merge branch 'fix/pci-vdevice' into for-linus
* fix/pci-vdevice:
sound: Use PCI_VDEVICE for CREATIVE and ECTIVA
sound: Use PCI_VDEVICE
Diffstat (limited to 'sound/pci/es1938.c')
-rw-r--r-- | sound/pci/es1938.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/es1938.c b/sound/pci/es1938.c index fbd2ac0..820318e 100644 --- a/sound/pci/es1938.c +++ b/sound/pci/es1938.c @@ -244,7 +244,7 @@ struct es1938 { static irqreturn_t snd_es1938_interrupt(int irq, void *dev_id); static struct pci_device_id snd_es1938_ids[] = { - { 0x125d, 0x1969, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* Solo-1 */ + { PCI_VDEVICE(ESS, 0x1969), 0, }, /* Solo-1 */ { 0, } }; |