diff options
Diffstat (limited to 'sound/pci/cs4281.c')
-rw-r--r-- | sound/pci/cs4281.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c index c7a370d4f923..e3e03028c721 100644 --- a/sound/pci/cs4281.c +++ b/sound/pci/cs4281.c | |||
@@ -57,17 +57,6 @@ module_param_array(dual_codec, bool, NULL, 0444); | |||
57 | MODULE_PARM_DESC(dual_codec, "Secondary Codec ID (0 = disabled)."); | 57 | MODULE_PARM_DESC(dual_codec, "Secondary Codec ID (0 = disabled)."); |
58 | 58 | ||
59 | /* | 59 | /* |
60 | * | ||
61 | */ | ||
62 | |||
63 | #ifndef PCI_VENDOR_ID_CIRRUS | ||
64 | #define PCI_VENDOR_ID_CIRRUS 0x1013 | ||
65 | #endif | ||
66 | #ifndef PCI_DEVICE_ID_CIRRUS_4281 | ||
67 | #define PCI_DEVICE_ID_CIRRUS_4281 0x6005 | ||
68 | #endif | ||
69 | |||
70 | /* | ||
71 | * Direct registers | 60 | * Direct registers |
72 | */ | 61 | */ |
73 | 62 | ||