summaryrefslogtreecommitdiff
path: root/audio/gnome-media/files/patch-gmix::gmix.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-16 19:46:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-16 19:46:26 +0000
commit01fcfcb852ca33fd206443a3abf730fcf2483a20 (patch)
treef54fefe6b1ae0df9c7a805d940b87648ead8634c /audio/gnome-media/files/patch-gmix::gmix.h
parentupdate to 2.03. (diff)
Update to 1.2.3.
Notes
Notes: svn path=/head/; revision=45174
Diffstat (limited to 'audio/gnome-media/files/patch-gmix::gmix.h')
-rw-r--r--audio/gnome-media/files/patch-gmix::gmix.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/gnome-media/files/patch-gmix::gmix.h b/audio/gnome-media/files/patch-gmix::gmix.h
new file mode 100644
index 000000000000..7718b6cd4dba
--- /dev/null
+++ b/audio/gnome-media/files/patch-gmix::gmix.h
@@ -0,0 +1,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;