|
|
发表于 2007-6-15 18:17:01
|
显示全部楼层
你看看这
http://kernel.org/pub/linux/kern ... -out/git-alsa.patch
你的alsa patch在2.6.21才進內核可以手動改或看看最新的alsa有沒有
> [2 Asus-A8J.patch <text/x-patch; UTF-8 (7bit)>]
> diff -r 202af90f8e68 pci/hda/patch_analog.c
> --- a/pci/hda/patch_analog.c Thu Apr 19 15:22:56 2007 +0200
> +++ b/pci/hda/patch_analog.c Sat Apr 21 10:38:57 2007 -0700
> @@ -834,6 +834,7 @@ static struct snd_pci_quirk ad1986a_cfg_
> SND_PCI_QUIRK(0x1043, 0x1297, "ASUS Z62F", AD1986A_LAPTOP_EAPD),
> SND_PCI_QUIRK(0x1043, 0x12b3, "ASUS V1j", AD1986A_LAPTOP_EAPD),
> SND_PCI_QUIRK(0x1043, 0x1302, "ASUS W3j", AD1986A_LAPTOP_EAPD),
> + SND_PCI_QUIRK(0x1043, 0x1447, "ASUS A8J", AD1986A_3STACK),
> SND_PCI_QUIRK(0x1043, 0x817f, "ASUS P5", AD1986A_3STACK),
> SND_PCI_QUIRK(0x1043, 0x818f, "ASUS P5", AD1986A_LAPTOP),
> SND_PCI_QUIRK(0x1043, 0x81b3, "ASUS P5", AD1986A_3STACK), |
|