qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 8/9] audio: audio state is now mandatory for capture


From: Daniel P . Berrangé
Subject: [PATCH 8/9] audio: audio state is now mandatory for capture
Date: Fri, 13 Jan 2023 11:21:59 -0500

Both callers of AUD_add_capture will now ensure that the
audio state is non-NULL.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 audio/audio.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/audio/audio.c b/audio/audio.c
index 00128c2ad7..64b75cdf94 100644
--- a/audio/audio.c
+++ b/audio/audio.c
@@ -1845,13 +1845,6 @@ CaptureVoiceOut *AUD_add_capture(
     CaptureVoiceOut *cap;
     struct capture_callback *cb;
 
-    if (!s) {
-        if (!legacy_config) {
-            dolog("Capturing without setting an audiodev is deprecated\n");
-        }
-        s = audio_init(NULL, NULL);
-    }
-
     if (!audio_get_pdo_out(s->dev)->mixing_engine) {
         dolog("Can't capture with mixeng disabled\n");
         return NULL;
-- 
2.38.1




reply via email to

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