lkml.org 
[lkml]   [1999]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.2.0pre7ac7
On Mon, Jan 18, 1999 at 03:43:00AM +0000, Alan Cox wrote:
>
> Can the people who had crashes off ac5/6 build this one -from clean-
> and report back if it stops the problems. I'm just trying to pin down
> exactly what upset some people's systems

I have mostly good news, and a small bit of bad news..

The good news is that things seem stable once again, it survived the
test of making the changes to the sound drivers, compiling the sound
modules, testing quickly, then building the kernel (no make clean mind
you, nor config changes, mostly for testing and module management
purposes)..

ac5 and ac6 have not, so hopefully this will be stable..

Now, for the bad news..

I still need to mess with the sound code to get it to give me a fully
working mixer, basicly just removing the case for the ES1788, which is
obviously not the correct answer, but I don't have the chip specs handy,
and its a bit out of my area..

Quick and dirty patch is attached, could you, if all else fails, provide
some way to override the chip detection code without having to tweak the
source and recompile? :/

Zephaniah E, Hull.
>
> Alan
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/
--- sb_ess.c.old Sun Jan 17 23:50:13 1999
+++ sb_ess.c Sun Jan 17 23:06:52 1999
@@ -1058,9 +1058,11 @@
chip = "ES1888";
devc->submodel = SUBMDL_ES1888;
}
+ /*
} else {
chip = "ES1788";
devc->submodel = SUBMDL_ES1788;
+ */
}
};
if (chip == NULL) {
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.359 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site