diff options
Diffstat (limited to 'sound/pci/ctxfi/ctdrv.h')
-rw-r--r-- | sound/pci/ctxfi/ctdrv.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sound/pci/ctxfi/ctdrv.h b/sound/pci/ctxfi/ctdrv.h new file mode 100644 index 000000000000..f776a44f52cf --- /dev/null +++ b/sound/pci/ctxfi/ctdrv.h | |||
@@ -0,0 +1,30 @@ | |||
1 | /** | ||
2 | * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. | ||
3 | * | ||
4 | * This source file is released under GPL v2 license (no other versions). | ||
5 | * See the COPYING file included in the main directory of this source | ||
6 | * distribution for the license terms and conditions. | ||
7 | * | ||
8 | * @file ctdrv.h | ||
9 | * | ||
10 | * @breaf | ||
11 | * This file contains the definition of card IDs supported by this driver. | ||
12 | * | ||
13 | * @author Liu Chun | ||
14 | * | ||
15 | */ | ||
16 | |||
17 | #ifndef CTDRV_H | ||
18 | #define CTDRV_H | ||
19 | |||
20 | #define PCI_VENDOR_CREATIVE 0x1102 | ||
21 | #define PCI_DEVICE_CREATIVE_20K1 0x0005 | ||
22 | #define PCI_DEVICE_CREATIVE_20K2 0x000B | ||
23 | #define PCI_SUBVENDOR_CREATIVE 0x1102 | ||
24 | #define PCI_SUBSYS_CREATIVE_SB0760 0x0024 | ||
25 | #define PCI_SUBSYS_CREATIVE_SB08801 0x0041 | ||
26 | #define PCI_SUBSYS_CREATIVE_SB08802 0x0042 | ||
27 | #define PCI_SUBSYS_CREATIVE_SB08803 0x0043 | ||
28 | #define PCI_SUBSYS_CREATIVE_HENDRIX 0x6000 | ||
29 | |||
30 | #endif /* CTDRV_H */ | ||