summaryrefslogtreecommitdiff
path: root/audio/gnomemedia/files/patch-gmix::gmix.h
blob: 7718b6cd4dbae0ce16b7a1e756a8aa2a87ade098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$FreeBSD$

--- gmix/gmix.h	2001/07/13 09:44:04	1.1
+++ gmix/gmix.h	2001/07/13 09:44:44
@@ -39,6 +39,16 @@
 /* 
  * All, that is known about a mixer-device
  */
+#if !defined(OPEN_SOUND_SYSTEM)
+typedef struct mixer_info
+{
+  char id[16];
+  char name[32];
+  int  modify_counter;
+  int fillers[10];
+} mixer_info;
+#endif
+
 typedef struct device_info {
 #ifdef ALSA
 	snd_mixer_t *handle;