Re: [linux-audio-user] Alsa support for Intel sound chip?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Alsa support for Intel sound chip?
From: Peter Zubaj (pzad_AT_pobox.sk)
Date: Thu Aug 05 2004 - 09:08:47 EEST


Hi,

Something is wrong with id 8286:24d5

24d5 - this part is good - southbridge ICH5
8286 - this is wrong - should be 8086 for intel

In alsa-driver/alsa-kernel/pci/intel8x0.c
is something like
{ 0x8086, 0x24d5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL_ICH4 },
/* ICH5 */

try add this row after previous row
{ 0x8286, 0x24d5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL_ICH4 },
/* ICH5 */

Peter Zubaj
____________________________________
http://www.logofun.pobox.sk - urobte radost svojmu telefonu


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Aug 05 2004 - 09:13:17 EEST