summaryrefslogtreecommitdiff
path: root/comms/fldigi/files/patch-src_soundcard_sound.cxx
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2007-02-01 23:14:06 +0000
committerDiane Bruce <db@FreeBSD.org>2007-02-01 23:14:06 +0000
commit46bd55f8e9c047a5fc1d6ac9be9fe321ceb7a7f7 (patch)
treea4893359c7e4612ec1a57fa29c236333b217914b /comms/fldigi/files/patch-src_soundcard_sound.cxx
parentsipXregistry is the registry/redirect server component of the sipX (diff)
- update to latest fldigi since old version is gone
- add MASTER_SITE since upstream has a strange release cycle Notified by: kris (via pointyhat) Approved by: ehaupt (mentor)
Notes
Notes: svn path=/head/; revision=183918
Diffstat (limited to 'comms/fldigi/files/patch-src_soundcard_sound.cxx')
-rw-r--r--comms/fldigi/files/patch-src_soundcard_sound.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/fldigi/files/patch-src_soundcard_sound.cxx b/comms/fldigi/files/patch-src_soundcard_sound.cxx
index 126aa00e60ae..187a1483a1f5 100644
--- a/comms/fldigi/files/patch-src_soundcard_sound.cxx
+++ b/comms/fldigi/files/patch-src_soundcard_sound.cxx
@@ -1,5 +1,5 @@
---- src/soundcard/sound.cxx.orig Tue Dec 19 21:31:04 2006
-+++ src/soundcard/sound.cxx Wed Dec 20 18:46:00 2006
+--- src/soundcard/sound.cxx.orig Fri Jan 26 10:49:19 2007
++++ src/soundcard/sound.cxx Mon Jan 29 21:51:41 2007
@@ -16,7 +16,9 @@
try {
@@ -10,7 +10,7 @@
getCapabilities();
getFormats();
Close();
-@@ -78,7 +80,7 @@
+@@ -80,7 +82,7 @@
{
int sndparam;
// Try to get ~100ms worth of samples per fragment
@@ -19,7 +19,7 @@
// double since we are using 16 bit samples
sndparam += 1;
// Unlimited amount of buffers for RX, four for TX
-@@ -120,7 +122,7 @@
+@@ -122,7 +124,7 @@
void cSound::getVersion()
{
version = 0;