qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 11/12] audio/pw: remove wrong comment


From: Volker Rümelin
Subject: Re: [PATCH 11/12] audio/pw: remove wrong comment
Date: Sun, 7 May 2023 17:11:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1

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(-)

Reviewed-by: Volker Rümelin <vr_qemu@t-online.de>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]