qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PULL 01/16] audio: fix buffer-length typo in documentation
Date: Tue, 24 Sep 2019 08:19:36 +0200	[thread overview]
Message-ID: <20190924061951.27916-2-kraxel@redhat.com> (raw)
In-Reply-To: <20190924061951.27916-1-kraxel@redhat.com>

From: Stefan Hajnoczi <stefanha@redhat.com>

Fixes: f0b3d811529 ("audio: -audiodev command line option: documentation")
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20190918095335.7646-2-stefanha@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 qemu-options.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 80c16fa317e5..569958fc0c77 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -439,7 +439,7 @@ DEF("audiodev", HAS_ARG, QEMU_OPTION_audiodev,
     "                in|out.format= sample format to use with fixed settings\n"
     "                valid values: s8, s16, s32, u8, u16, u32\n"
     "                in|out.voices= number of voices to use\n"
-    "                in|out.buffer-len= length of buffer in microseconds\n"
+    "                in|out.buffer-length= length of buffer in microseconds\n"
     "-audiodev none,id=id,[,prop[=value][,...]]\n"
     "                dummy driver that discards all output\n"
 #ifdef CONFIG_AUDIO_ALSA
@@ -524,7 +524,7 @@ Valid values are: @code{s8}, @code{s16}, @code{s32}, @code{u8},
 @item in|out.voices=@var{voices}
 Specify the number of @var{voices} to use.  Default is 1.
 
-@item in|out.buffer=@var{usecs}
+@item in|out.buffer-length=@var{usecs}
 Sets the size of the buffer in microseconds.
 
 @end table
-- 
2.18.1



  reply	other threads:[~2019-09-24  6:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24  6:19 [PULL 00/16] Audio 20190924 patches Gerd Hoffmann
2019-09-24  6:19 ` Gerd Hoffmann [this message]
2019-09-24  6:19 ` [PULL 02/16] audio: fix ALSA period-length typo in documentation Gerd Hoffmann
2019-09-24  6:19 ` [PULL 03/16] audio: api for mixeng code free backends Gerd Hoffmann
2019-09-24  6:19 ` [PULL 04/16] alsaaudio: port to the new audio backend api Gerd Hoffmann
2019-09-24  6:19 ` [PULL 05/16] coreaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 06/16] dsoundaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 07/16] noaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 08/16] ossaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 09/16] paaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 10/16] sdlaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 11/16] spiceaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 12/16] wavaudio: " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 13/16] audio: remove remains of the old " Gerd Hoffmann
2019-09-24  6:19 ` [PULL 14/16] audio: unify input and output mixeng buffer management Gerd Hoffmann
2019-09-24  6:19 ` [PULL 15/16] audio: common rate control code for timer based outputs Gerd Hoffmann
2019-09-24  6:19 ` [PULL 16/16] audio: split ctl_* functions into enable_* and volume_* Gerd Hoffmann
2019-09-24 14:36 ` [PULL 00/16] Audio 20190924 patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190924061951.27916-2-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).