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>
This commit is contained in:
Marc-André Lureau 2023-05-06 20:37:34 +04:00
parent 6f1b280e44
commit 8297b3d3d0
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}