[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Openvortex-dev] via workaround error
From: |
Wilfried Weissmann |
Subject: |
[Openvortex-dev] via workaround error |
Date: |
Fri, 09 Jan 2004 20:16:01 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031221 Thunderbird/0.4 |
i made a stupid error when i wrote the via workaround patch. the pci
latency for the vortex was still set to 0xff when using autodetection
and no via chipset was found. i discovered this after i exchanged my
motherboard from a via kt133 to a sis 735. the fix is attached. the bug
should not have caused any troubles but it is just not right...
bye,
wilfried
--- alsa-driver-1.0.0rc1-ww1/pci/au88x0/au88x0.c 2003-12-03
01:01:19.000000000 +0100
+++ alsa-driver-1.0.0rc1-ww2/pci/au88x0/au88x0.c 2004-01-09
20:01:32.000000000 +0100
@@ -77,6 +77,10 @@ static void __devinit snd_vortex_workaro
}
break;
}
+
+ /* do not do anything if autodetection was enabled and found no
VIA */
+ if(fix == 255)
+ return;
int rc;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Openvortex-dev] via workaround error,
Wilfried Weissmann <=