QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1411|回复: 4

MCP61/MCP65的hda_intel.c补丁

[复制链接]
发表于 2006-11-16 15:07:28 | 显示全部楼层 |阅读模式
[Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
__________________________________________________________________
Add the support for HD audio controllers of MCP51,MCP55,MCP61,MCP65 &
MCP67.
The following hda_intel.c patch is based on kernel 2.6.18.

Signed-off by: Peer Chen <[email protected]>
===================================

--- hda_intel.c.orig 2006-10-30 14:13:08.000000000 +0800
+++ hda_intel.c 2006-10-31 13:44:36.000000000 +0800
@@ -1640,8 +1640,14 @@ static struct pci_device_id azx_ids[] =
{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA
}, /* VIA VT8251/VT8237A */
{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS
}, /* SIS966 */
{ 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI
}, /* ULI M5461 */
- { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 026c */
- { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 0371 */
+ { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP51 */
+ { 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP55 */
+ { 0x10de, 0x03e4, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x03f0, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+ { 0x10de, 0x044a, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x044b, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+ { 0x10de, 0x055c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
+ { 0x10de, 0x055d, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
发表于 2006-11-18 12:28:59 | 显示全部楼层
回复

使用道具 举报

发表于 2006-11-18 23:10:48 | 显示全部楼层
问题是我们今后不会再使用内核里的 alsa 驱动。
回复

使用道具 举报

 楼主| 发表于 2006-11-20 10:26:51 | 显示全部楼层
哦?那是用最新的ALSA驱动吗?
回复

使用道具 举报

发表于 2006-11-21 01:09:25 | 显示全部楼层
http://www.magiclinux.org/dev/2.1alpha/RPMS/kernel/alsa-driver-1.0.13-kernel_2.6.17.9_2mgc.i686.rpm
注意:必须先卸载老的 alsa-driver 包,绝对不可以升级安装。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-24 09:40 , Processed in 0.044030 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表