summaryrefslogtreecommitdiff
path: root/audio/rat/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rat/files/patch-ae')
-rw-r--r--audio/rat/files/patch-ae20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/rat/files/patch-ae b/audio/rat/files/patch-ae
deleted file mode 100644
index e629be28aa06..000000000000
--- a/audio/rat/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- rat/auddev_pcm.c.orig Wed Oct 18 14:08:46 2000
-+++ rat/auddev_newpcm.c Wed Oct 18 14:09:55 2000
-@@ -9,7 +9,7 @@
-
- #ifndef HIDE_SOURCE_STRINGS
- static const char cvsid[] =
-- "$Id: auddev_newpcm.c,v 1.1 2000/09/16 17:43:23 ucacoxh Exp $";
-+ "$Id: auddev_newpcm.c,v 1.3 2000/10/18 11:15:42 ucacoxh Exp $";
- #endif /* HIDE_SOURCE_STRINGS */
-
- #include "config_unix.h"
-@@ -291,6 +291,8 @@
-
- NEWPCM_AUDIO_IOCTL(fd, SOUND_MIXER_READ_RECMASK, &recmask);
-
-+ /* Remove Vol from Rec mask - it is a play control! */
-+ recmask = recmask & ~SOUND_MASK_VOLUME;
- if (recmask & SOUND_MASK_MIC) {
- iport = SOUND_MASK_MIC;
- } else {