lkml.org 
[lkml]   [2003]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] bug in linux-2.5.59/sound/oss/maestro.c
Date
diff -u linux-2.5.59.orig/sound/oss/maestro.c linux-2.5.59/sound/oss/maestro.c
--- linux-2.5.59.orig/sound/oss/maestro.c Fri Jan 17 03:22:41 2003
+++ linux-2.5.59/sound/oss/maestro.c Fri Jan 24 11:22:20 2003
@@ -668,6 +668,7 @@
if (mixer == SOUND_MIXER_IGAIN) {
right = (right * 100) / mh->scale;
left = (left * 100) / mh->scale;
+ }
else {
right = 100 - ((right * 100) / mh->scale);
left = 100 - ((left * 100) / mh->scale);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.026 / U:1.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site