summaryrefslogtreecommitdiff
path: root/comms/quisk/files/patch-quisk.c
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2014-11-07 11:54:30 +0000
committerStephen Hurd <shurd@FreeBSD.org>2014-11-07 11:54:30 +0000
commit7ee360d975474b30fc3620e1292d08e89556d3a4 (patch)
treee8d14eed4a0e258887eb0794f32c233b3c66208c /comms/quisk/files/patch-quisk.c
parentscience/kst2: (diff)
Update to 3.6.19.
From the changelog: I added device names to PulseAudio. The PulseAudio name "pulse" still refers to the default device. Otherwise, enter a PulseAudio name such as "pulse:alsa_input.pci-0000_00_1b.0.analog-stereo". PulseAudio support enables you to connect to recent versions of wsjt-x. To turn this off, set show_pulse_audio_devices = False in your config file. Submitted by: shurd
Diffstat (limited to 'comms/quisk/files/patch-quisk.c')
-rw-r--r--comms/quisk/files/patch-quisk.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/quisk/files/patch-quisk.c b/comms/quisk/files/patch-quisk.c
deleted file mode 100644
index 25344a07f5d7..000000000000
--- a/comms/quisk/files/patch-quisk.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- quisk.c.orig 2014-06-28 19:10:12.000000000 -0700
-+++ quisk.c 2014-06-28 19:10:48.000000000 -0700
-@@ -1156,7 +1156,7 @@
- if (filter_bandwidth < 19000) { // No filtering for wide bandwidth
- for (i = 0; i < nSamples; i++)
- cSamples[i] = dRxFilterOut(cSamples[i], bank);
-- measure_audio_sum += cSamples[i] * conj(cSamples[i]);
-+ measure_audio_sum = measure_audio_sum + cSamples[i] * conj(cSamples[i]);
- measure_audio_count += 1;
- }
- break;