Config.in.sound patch no longer needed since 2.1.82?

Dieter =?ISO-8859-1?Q?N=FCtzel (nuetzel@kogs1.informatik.uni-hamburg.de)
Thu, 29 Jan 1998 17:14:46 +0100


This is a multi-part message in MIME format.
--------------F326C42FA9AD78BF28082B4A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

-if [ "$CONFIG_PAS" = "y" ]; then
+if [ "$CONFIG_PAS" != "n" ]; then

This change is wrong

-if [ "$CONFIG_SB" = "y" ]; then
+if [ "$CONFIG_SB" != "n" ]; then

This change is wrong

- if [ "$CONFIG_GUS" = "y" ]; then
+ if [ "$CONFIG_GUS" != "n" ]; then

This change is wrong

- if [ "$CONFIG_GUS16" = "y" ]; then
+ if [ "$CONFIG_GUS16" != "n" ]; then

Etc

What needs fixing is putting in MODULE_PARM(value,"i") for each of the
arguments. Then you can set them when you load the module as is intended

BTW Were can I grep the latest 'Ksymoops' packet?

Dieter

--------------F326C42FA9AD78BF28082B4A
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Dieter Nützel
Content-Disposition: attachment; filename="vcard.vcf"

begin: vcard
fn: Dieter Nützel
n: Nützel;Dieter
org: University of Hamburg, Dept. of Computer Science, Cognitive Systems Group
email;internet: nuetzel@kogs.informatik.uni-hamburg.de
title: cand. Dipl. Inf.
x-mozilla-cpt: ;0
x-mozilla-html: TRUE
version: 2.1
end: vcard

--------------F326C42FA9AD78BF28082B4A--