blob: 921c05e1705899ebca5193b9849a078580f7ce7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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]);
|