summaryrefslogtreecommitdiff
path: root/multimedia/xmms/files/patch-Output__esd__mixer.c
blob: 7023466be2f2fe22839e0d1c418d006a9df4bd81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Output/esd/mixer.c.orig	Thu Sep 29 09:48:56 2005
+++ Output/esd/mixer.c	Thu Sep 29 09:49:25 2005
@@ -146,7 +146,8 @@
 
 static void esdout_get_oss_volume(int *l, int *r)
 {
-	int fd, v, cmd, devs;
+	int fd, v, devs;
+	long cmd;
 
 	if (esd_cfg.use_remote)
 		return;
@@ -173,7 +174,8 @@
 
 static void esdout_set_oss_volume(int l, int r)
 {
-	int fd, v, cmd, devs;
+	int fd, v, devs;
+	long cmd;
 
 	if (esd_cfg.use_remote)
 		return;