ALSA: SB X-Fi driver merge
[deliverable/linux.git] / sound / pci / ctxfi / ctdrv.h
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 */
This page took 0.041172 seconds and 5 git commands to generate.