Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
elmarco committed Jul 17, 2023
1 parent 6f1b280 commit 8297b3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion audio/pwaudio.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit 8297b3d

Please sign in to comment.