diff options
Diffstat (limited to 'audio/gdam/files/patch-defaults-server.config')
-rw-r--r-- | audio/gdam/files/patch-defaults-server.config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/gdam/files/patch-defaults-server.config b/audio/gdam/files/patch-defaults-server.config new file mode 100644 index 000000000000..4a62d1176a5b --- /dev/null +++ b/audio/gdam/files/patch-defaults-server.config @@ -0,0 +1,13 @@ +--- defaults/server.config.orig Sat Feb 23 02:21:27 2002 ++++ defaults/server.config Thu Nov 6 22:01:26 2003 +@@ -20,8 +20,8 @@ + # If you have OSS or ALSA + OSS compatability, use these. + # Some devices need the 'fork' option to keep from hanging. + # +-Device "oss" "/dev/dsp" "numfragments=3:logfragsize=12" +-#Device "oss" "/dev/dsp" "fork" ++#Device "oss" "/dev/dsp" "numfragments=3:logfragsize=12" ++Device "oss" "/dev/dsp" "fork" + Device "oss" "/dev/dsp1" + Device "oss" "/dev/dsp2" + |