13 lines
406 B
Text
13 lines
406 B
Text
$NetBSD: patch-aa,v 1.1 2003/09/28 14:52:55 tron Exp $
|
|
|
|
--- wmmixer.cc.orig 1998-09-05 17:11:33.000000000 +0200
|
|
+++ wmmixer.cc 2003-09-28 16:45:37.000000000 +0200
|
|
@@ -503,7 +503,7 @@
|
|
}
|
|
}
|
|
|
|
-void checkVol(bool forced=true){
|
|
+void checkVol(bool forced){
|
|
mixctl->readVol(channel[curchannel], true);
|
|
int nl=mixctl->readLeft(channel[curchannel]);
|
|
int nr=mixctl->readRight(channel[curchannel]);
|