[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 11/12] audio/pw: remove wrong comment
|
From: |
marcandre . lureau |
|
Subject: |
[PATCH 11/12] audio/pw: remove wrong comment |
|
Date: |
Sat, 6 May 2023 20:37:34 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
The stream is actually created connected.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
audio/pwaudio.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/audio/pwaudio.c b/audio/pwaudio.c
index 38905f5be2..f74d506ec6 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);
}
--
2.40.1
- Re: [PATCH 06/12] audio/pw: trace during init before calling pipewire API, (continued)
- [PATCH 07/12] audio/pw: add more details on error, marcandre . lureau, 2023/05/06
- [PATCH 08/12] audio/pw: factorize some common code, marcandre . lureau, 2023/05/06
- [PATCH 09/12] audio/pw: add more error reporting, marcandre . lureau, 2023/05/06
- [PATCH 10/12] audio/pw: simplify error reporting in stream creation, marcandre . lureau, 2023/05/06
- [PATCH 11/12] audio/pw: remove wrong comment,
marcandre . lureau <=
- [PATCH 12/12] audio/pw: improve channel position code, marcandre . lureau, 2023/05/06