lkml.org 
[lkml]   [1999]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Suppress "FKS: set_recmask not handled..." message
This conditionally suppresses a debugging message left in 2.2.0-final
sb_mixer.c. Without this patch, owners of some sound cards will find
their log filled with these messages.


--- linux-2.2.0-pre9save/drivers/sound/sb_mixer.c Thu Jan 21
09:59:07 1999
+++ linux/drivers/sound/sb_mixer.c Sat Jan 23 07:58:25 1999
@@ -425,7 +425,9 @@
if (devc->model == MDL_ESS && ess_set_recmask
(devc, &devmask)) {
break;
};
+#ifdef FKS_REG_LOGGING
printk (KERN_INFO "FKS: set_recmask not handled by ess_set_recmask\n");
+#endif
if (devmask != SOUND_MASK_MIC &&
devmask != SOUND_MASK_LINE &&
devmask != SOUND_MASK_CD)
Tom
--
Tom Eastep
Compaq Computer Corporation
Enterprise Computing Group
Tandem Division
tom.eastep@compaq.combegin:vcard
n:Eastep;Tom
x-mozilla-html:TRUE
org:Compaq Computer Corporation;Tandem Division
adr:;;;;;;
version:2.1
email;internet:tom.eastep@compaq.com
x-mozilla-cpt:;-6528
fn:Tom Eastep
end:vcard
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:1.015 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site