projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15e838
)
do not nullify the playback handle when creating the receiver
author
c vw
<dl1ycf@darc.de>
Sun, 23 May 2021 08:41:13 +0000
(10:41 +0200)
committer
c vw
<dl1ycf@darc.de>
Sun, 23 May 2021 08:41:13 +0000
(10:41 +0200)
receiver.c
patch
|
blob
|
history
diff --git
a/receiver.c
b/receiver.c
index c6ffc05a200c7d681aa3c13d435ba02747a9b483..80d44ce0d5acf468d5ad84419cfadbad113a62de 100644
(file)
--- a/
receiver.c
+++ b/
receiver.c
@@
-924,7
+924,6
@@
fprintf(stderr,"create_pure_signal_receiver: id=%d buffer_size=%d\n",id,buffer_s
rx->agc_slope=35.0;
rx->agc_hang_threshold=0.0;
- rx->playback_handle=NULL;
rx->local_audio_buffer=NULL;
rx->local_audio_buffer_size=2048;
rx->local_audio=0;
@@
-1057,7
+1056,6
@@
fprintf(stderr,"create_receiver: id=%d default adc=%d\n",rx->id, rx->adc);
rx->agc_slope=35.0;
rx->agc_hang_threshold=0.0;
- rx->playback_handle=NULL;
rx->local_audio=0;
g_mutex_init(&rx->local_audio_mutex);
rx->local_audio_buffer=NULL;