qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL v2 00/28] QAPI patches patches for 2022-10-25


From: Stefan Hajnoczi
Subject: Re: [PULL v2 00/28] QAPI patches patches for 2022-10-25
Date: Sun, 30 Oct 2022 15:06:29 -0400

When you resend the pull request, please fold in this fix:

diff --cc audio/sndioaudio.c
index 7c45276d36,7c45276d36..6d4386af88
--- a/audio/sndioaudio.c
+++ b/audio/sndioaudio.c
@@@ -333,7 -333,7 +333,7 @@@ static int sndio_init(SndioVoice *self
      unsigned int nch;
      int i, nfds;

--    dev_name = opts->has_dev ? opts->dev : SIO_DEVANY;
++    dev_name = opts->dev ? opts->dev : SIO_DEVANY;
      latency = opts->has_latency ? opts->latency : SNDIO_LATENCY_US;

      /* open the device in non-blocking mode */



reply via email to

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