lkml.org 
[lkml]   [2008]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [alsa-devel] [regression] 2.6.25-rc4 snd-es18xx broken on Alpha
Rene Herman wrote:
> On 15-03-08 02:18, Tyson Whitehead wrote:
>
> Could you attach that patch? Links I'm finding are to
>
> http://whitehead.apmaths.uwo.ca/~tyson/
>
> which seems to be dead.

Sorry about that. I finally graduated. : )

Cheers! -Tyson
--- sound/isa/es18xx.c~ 2003-04-23 06:01:33.000000000 -0400
+++ sound/isa/es18xx.c 2003-06-24 15:14:25.000000000 -0400
@@ -736,10 +736,10 @@
/* Read Interrupt status */
status = inb(chip->ctrl_port + 6);
+#if 0
} else {
/* Read Interrupt status */
status = snd_es18xx_mixer_read(chip, 0x7f) >> 4;
- }
-#if 0
- else {
+#else
+ } else {
status = 0;
if (inb(chip->port + 0x0C) & 0x01)
\
 
 \ /
  Last update: 2008-03-18 14:59    [W:0.168 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site