aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_intel.c4
-rw-r--r--sound/pci/intel8x0.c6
-rw-r--r--sound/pci/via82xx.c2
3 files changed, 7 insertions, 5 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index d89647a3d449..959953ca320a 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -64,7 +64,8 @@ MODULE_PARM_DESC(model, "Use the given board model.");
64MODULE_LICENSE("GPL"); 64MODULE_LICENSE("GPL");
65MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," 65MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
66 "{Intel, ICH6M}," 66 "{Intel, ICH6M},"
67 "{Intel, ICH7}}"); 67 "{Intel, ICH7},"
68 "{Intel, ESB2}}");
68MODULE_DESCRIPTION("Intel HDA driver"); 69MODULE_DESCRIPTION("Intel HDA driver");
69 70
70#define SFX "hda-intel: " 71#define SFX "hda-intel: "
@@ -1422,6 +1423,7 @@ static void __devexit azx_remove(struct pci_dev *pci)
1422static struct pci_device_id azx_ids[] = { 1423static struct pci_device_id azx_ids[] = {
1423 { 0x8086, 0x2668, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH6 */ 1424 { 0x8086, 0x2668, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH6 */
1424 { 0x8086, 0x27d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH7 */ 1425 { 0x8086, 0x27d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH7 */
1426 { 0x8086, 0x269a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ESB2 */
1425 { 0, } 1427 { 0, }
1426}; 1428};
1427MODULE_DEVICE_TABLE(pci, azx_ids); 1429MODULE_DEVICE_TABLE(pci, azx_ids);
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" },
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index f1ce808501da..9b4d74d49f98 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1836,7 +1836,7 @@ static void __devinit snd_via82xx_proc_init(via82xx_t *chip)
1836 * 1836 *
1837 */ 1837 */
1838 1838
1839static int __devinit snd_via82xx_chip_init(via82xx_t *chip) 1839static int snd_via82xx_chip_init(via82xx_t *chip)
1840{ 1840{
1841 unsigned int val; 1841 unsigned int val;
1842 int max_count; 1842 int max_count;