projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f878f7f
)
error in mutex in ALSA audio module
author
c vw
<dl1ycf@darc.de>
Fri, 28 May 2021 14:56:23 +0000
(16:56 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 28 May 2021 14:56:23 +0000
(16:56 +0200)
audio.c
patch
|
blob
|
history
diff --git
a/audio.c
b/audio.c
index 7c54ed8e7b63c630052a06b80926627184a1869a..5ed075506c62b7c5be5ad4e7f6b4e3713ebfb66e 100644
(file)
--- a/
audio.c
+++ b/
audio.c
@@
-288,7
+288,6
@@
g_print("audio_close_input: wait for thread to complete\n");
g_thread_join(mic_read_thread_id);
mic_read_thread_id=NULL;
}
- g_mutex_lock(&audio_mutex);
if(record_handle!=NULL) {
g_print("audio_close_input: snd_pcm_close\n");
snd_pcm_close (record_handle);