diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index d143d2c78988..8b33b12fa5dc 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -125,8 +125,8 @@ MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 c | |||
125 | #ifndef PCI_DEVICE_ID_INTEL_ICH7_20 | 125 | #ifndef PCI_DEVICE_ID_INTEL_ICH7_20 |
126 | #define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de | 126 | #define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de |
127 | #endif | 127 | #endif |
128 | #ifndef PCI_DEVICE_ID_INTEL_ESB2_13 | 128 | #ifndef PCI_DEVICE_ID_INTEL_ESB2_14 |
129 | #define PCI_DEVICE_ID_INTEL_ESB2_13 0x2698 | 129 | #define PCI_DEVICE_ID_INTEL_ESB2_14 0x2698 |
130 | #endif | 130 | #endif |
131 | #ifndef PCI_DEVICE_ID_SI_7012 | 131 | #ifndef PCI_DEVICE_ID_SI_7012 |
132 | #define PCI_DEVICE_ID_SI_7012 0x7012 | 132 | #define PCI_DEVICE_ID_SI_7012 0x7012 |
@@ -2741,7 +2741,7 @@ static struct shortname_table { | |||
2741 | { PCI_DEVICE_ID_INTEL_ESB_5, "Intel 6300ESB" }, | 2741 | { PCI_DEVICE_ID_INTEL_ESB_5, "Intel 6300ESB" }, |
2742 | { PCI_DEVICE_ID_INTEL_ICH6_18, "Intel ICH6" }, | 2742 | { PCI_DEVICE_ID_INTEL_ICH6_18, "Intel ICH6" }, |
2743 | { PCI_DEVICE_ID_INTEL_ICH7_20, "Intel ICH7" }, | 2743 | { PCI_DEVICE_ID_INTEL_ICH7_20, "Intel ICH7" }, |
2744 | { PCI_DEVICE_ID_INTEL_ESB2_13, "Intel ESB2" }, | 2744 | { PCI_DEVICE_ID_INTEL_ESB2_14, "Intel ESB2" }, |
2745 | { PCI_DEVICE_ID_SI_7012, "SiS SI7012" }, | 2745 | { PCI_DEVICE_ID_SI_7012, "SiS SI7012" }, |
2746 | { PCI_DEVICE_ID_NVIDIA_MCP_AUDIO, "NVidia nForce" }, | 2746 | { PCI_DEVICE_ID_NVIDIA_MCP_AUDIO, "NVidia nForce" }, |
2747 | { PCI_DEVICE_ID_NVIDIA_MCP2_AUDIO, "NVidia nForce2" }, | 2747 | { PCI_DEVICE_ID_NVIDIA_MCP2_AUDIO, "NVidia nForce2" }, |