projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f1b280
)
audio/pw: remove wrong comment
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Sat, 6 May 2023 16:37:34 +0000
(20:37 +0400)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Mon, 17 Jul 2023 11:23:31 +0000
(15:23 +0400)
The stream is actually created connected.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <
20230506163735
.
3481387
-12-marcandre.lureau@redhat.com>
audio/pwaudio.c
patch
|
blob
|
history
diff --git
a/audio/pwaudio.c
b/audio/pwaudio.c
index 7d5005b97136c8ed8169af6506e724ad2b52472e..a101ffeff18c1fc7934d7b3096b729927875844d 100644
(file)
--- a/
audio/pwaudio.c
+++ b/
audio/pwaudio.c
@@
-537,7
+537,6
@@
qpw_stream_new(pwaudio *c, PWVoice *v, const char *stream_name,
break;
}
- /* create a new unconnected pwstream */
return create_stream(c, v, stream_name, name, dir);
}