diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-02-15 15:29:45 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-02-15 15:29:45 +0000 |
commit | 0bbbf2886a413607c26e164f4a0a0e4ef5a2a3e0 (patch) | |
tree | baa342413729f6470ff7b0008db7f458e6ad648a /audio/vat/files/patch-al | |
parent | Update to 2.4. (diff) |
patch-ah: add Orion Hodson's full-duplex probing and AC97 fix
patch-a[klmn]: Split original patch-ah into one patch per file patched.
PR: 23618
Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
Diffstat (limited to '')
-rw-r--r-- | audio/vat/files/patch-al | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/vat/files/patch-al b/audio/vat/files/patch-al new file mode 100644 index 000000000000..1ce8088f62c8 --- /dev/null +++ b/audio/vat/files/patch-al @@ -0,0 +1,10 @@ +--- old/audio.h Fri Apr 26 12:00:44 1996 ++++ audio.h Fri Feb 20 13:44:01 1998 +@@ -158,6 +158,7 @@ + int rgain, pgain; + Filter *filter; + AudioHandler* handler_; ++ char ext_fname[256]; + }; + + #endif |