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.com --------------D5AA0E04F0CE41739DF4B260 Content-Type: text/x-vcard; charset=us-ascii; name="eastep.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Tom Eastep Content-Disposition: attachment; filename="eastep.vcf"begin: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
--------------D5AA0E04F0CE41739DF4B260--
- 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/