diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-14 09:14:18 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-14 09:14:18 -0400 |
commit | 9fc20f030ba457d20eb994e1def7e2ce7d5ae1a8 (patch) | |
tree | 4a2e7cd2d90d7352deabb7bb6d5ac8c0a730ad33 /include/linux/pci_ids.h | |
parent | d0da727e025da8b443a4a614dbb7a031b89857d0 (diff) |
ALSA: ctxfi - Move PCI ID definitions to linux/pci_ids.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 06ba90c211a5..619153138986 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1314,6 +1314,13 @@ | |||
1314 | 1314 | ||
1315 | #define PCI_VENDOR_ID_CREATIVE 0x1102 /* duplicate: ECTIVA */ | 1315 | #define PCI_VENDOR_ID_CREATIVE 0x1102 /* duplicate: ECTIVA */ |
1316 | #define PCI_DEVICE_ID_CREATIVE_EMU10K1 0x0002 | 1316 | #define PCI_DEVICE_ID_CREATIVE_EMU10K1 0x0002 |
1317 | #define PCI_DEVICE_ID_CREATIVE_20K1 0x0005 | ||
1318 | #define PCI_DEVICE_ID_CREATIVE_20K2 0x000b | ||
1319 | #define PCI_SUBDEVICE_ID_CREATIVE_SB0760 0x0024 | ||
1320 | #define PCI_SUBDEVICE_ID_CREATIVE_SB08801 0x0041 | ||
1321 | #define PCI_SUBDEVICE_ID_CREATIVE_SB08802 0x0042 | ||
1322 | #define PCI_SUBDEVICE_ID_CREATIVE_SB08803 0x0043 | ||
1323 | #define PCI_SUBDEVICE_ID_CREATIVE_HENDRIX 0x6000 | ||
1317 | 1324 | ||
1318 | #define PCI_VENDOR_ID_ECTIVA 0x1102 /* duplicate: CREATIVE */ | 1325 | #define PCI_VENDOR_ID_ECTIVA 0x1102 /* duplicate: CREATIVE */ |
1319 | #define PCI_DEVICE_ID_ECTIVA_EV1938 0x8938 | 1326 | #define PCI_DEVICE_ID_ECTIVA_EV1938 0x8938 |