summaryrefslogtreecommitdiff
path: root/multimedia/xmms/files/patch-Output__OSS__mixer.c
blob: adcf4cbab9cac2c12b9c0cd890bfc79e44a4baa4 (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/OSS/mixer.c.orig	Thu Sep 29 09:46:32 2005
+++ Output/OSS/mixer.c	Thu Sep 29 09:47:14 2005
@@ -34,7 +34,8 @@
 
 void oss_get_volume(int *l, int *r)
 {
-	int fd, v, cmd, devs;
+	int fd, v, devs;
+	long cmd;
 	gchar *devname;
 
 	devname = get_mixer_device();
@@ -66,7 +67,8 @@
 
 void oss_set_volume(int l, int r)
 {
-	int fd, v, cmd, devs;
+	int fd, v, devs;
+	long cmd;
 	gchar *devname;
 
 	devname = get_mixer_device();