From: Marc-André Lureau Date: Sat, 6 May 2023 16:37:34 +0000 (+0400) Subject: audio/pw: remove wrong comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8297b3d3d00e475d5b2ba042ed2077167d312492;p=qemu.git audio/pw: remove wrong comment The stream is actually created connected. Signed-off-by: Marc-André Lureau Reviewed-by: Volker Rümelin Message-Id: <20230506163735.3481387-12-marcandre.lureau@redhat.com> --- diff --git a/audio/pwaudio.c b/audio/pwaudio.c index 7d5005b971..a101ffeff1 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); }