aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-05-06 20:37:34 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2023-07-17 15:23:31 +0400
commit8297b3d3d00e475d5b2ba042ed2077167d312492 (patch)
tree1c4d5512515293804d7d19fa1c9a088859c9f309 /audio
parent6f1b280e44297713bbdfffc92add4a64241b43d6 (diff)
downloadqemu-8297b3d3d00e475d5b2ba042ed2077167d312492.zip
qemu-8297b3d3d00e475d5b2ba042ed2077167d312492.tar.gz
qemu-8297b3d3d00e475d5b2ba042ed2077167d312492.tar.bz2
audio/pw: remove wrong comment
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>
Diffstat (limited to 'audio')
-rw-r--r--audio/pwaudio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/pwaudio.c b/audio/pwaudio.c
index 7d5005b..a101ffe 100644
--- 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);
}