All of lore.kernel.org
 help / color / mirror / Atom feed
* Aureal Vortex PATCH [Fwd: via workaround error]
@ 2004-01-10  3:04 Manuel Jander
  2004-01-12 14:00 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Manuel Jander @ 2004-01-10  3:04 UTC (permalink / raw)
  To: Alsa Devel list

Please apply to CVS. Thanks

-----Forwarded Message-----
From: Wilfried Weissmann <Wilfried.Weissmann@gmx.at>
To: openvortex-dev@nongnu.org, manuel.jander@mat.utfsm.cl
Subject: via workaround error
Date: Fri, 09 Jan 2004 20:16:01 +0100

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;
 



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-13 19:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-10  3:04 Aureal Vortex PATCH [Fwd: via workaround error] Manuel Jander
2004-01-12 14:00 ` Takashi Iwai
2004-01-12 18:08   ` Wilfried Weissmann
2004-01-12 18:23     ` Takashi Iwai
2004-01-13 19:47       ` Wilfried Weissmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.