diff options
| author | Tim Blechmann <tim@klingt.org> | 2009-03-24 07:24:35 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2009-04-14 06:01:46 -0400 |
| commit | 02bec490450836ebbd628e97ec03f10b57def8ce (patch) | |
| tree | cd276c822afc81613f166b7b2e19e1ec0ab12e14 /include | |
| parent | 577c9c456f0e1371cbade38eaf91ae8e8a308555 (diff) | |
ALSA: lx6464es - driver for the digigram lx6464es interface
prototype of a driver for the digigram lx6464es 64 channel ethersound
interface.
Signed-off-by: Tim Blechmann <tim@klingt.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index ee98cd570885..2b1a69598e74 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -1005,6 +1005,7 @@ | |||
| 1005 | #define PCI_DEVICE_ID_PLX_PCI200SYN 0x3196 | 1005 | #define PCI_DEVICE_ID_PLX_PCI200SYN 0x3196 |
| 1006 | #define PCI_DEVICE_ID_PLX_9030 0x9030 | 1006 | #define PCI_DEVICE_ID_PLX_9030 0x9030 |
| 1007 | #define PCI_DEVICE_ID_PLX_9050 0x9050 | 1007 | #define PCI_DEVICE_ID_PLX_9050 0x9050 |
| 1008 | #define PCI_DEVICE_ID_PLX_9056 0x9056 | ||
| 1008 | #define PCI_DEVICE_ID_PLX_9080 0x9080 | 1009 | #define PCI_DEVICE_ID_PLX_9080 0x9080 |
| 1009 | #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001 | 1010 | #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001 |
| 1010 | 1011 | ||
| @@ -1847,6 +1848,10 @@ | |||
| 1847 | #define PCI_SUBDEVICE_ID_HYPERCOPE_METRO 0x0107 | 1848 | #define PCI_SUBDEVICE_ID_HYPERCOPE_METRO 0x0107 |
| 1848 | #define PCI_SUBDEVICE_ID_HYPERCOPE_CHAMP2 0x0108 | 1849 | #define PCI_SUBDEVICE_ID_HYPERCOPE_CHAMP2 0x0108 |
| 1849 | 1850 | ||
| 1851 | #define PCI_VENDOR_ID_DIGIGRAM 0x1369 | ||
| 1852 | #define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ES_SERIAL_SUBSYSTEM 0xc001 | ||
| 1853 | #define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ES_CAE_SERIAL_SUBSYSTEM 0xc002 | ||
| 1854 | |||
| 1850 | #define PCI_VENDOR_ID_KAWASAKI 0x136b | 1855 | #define PCI_VENDOR_ID_KAWASAKI 0x136b |
| 1851 | #define PCI_DEVICE_ID_MCHIP_KL5A72002 0xff01 | 1856 | #define PCI_DEVICE_ID_MCHIP_KL5A72002 0xff01 |
| 1852 | 1857 | ||
