From nobody Fri May 17 02:03:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1568801187; cv=none; d=zoho.com; s=zohoarc; b=CmGNWbT4zk5UZQn3dRr0Y6ZzUEoZzzx8+gLpscHb0FYVoxt5czIKcrZBv9sEVEwQLKr29tJAdZHkld+LZ7ZEgzY/zv6u4XbFdgkRLl2uk2Vyq0ZbRi4Y+z+6Iq7NhDFEmAqAgWwwLcBrJ04bW/YoBZmCrQIS0fuwaZ0aD0oeIWc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568801187; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=CGuRThL9nDizbQn2nTc3x+zWdyUdwPT/fNicbMH7E2Y=; b=kUwnPNhMcNc8G/buNepxTyMl8LOBQbs7EtMZIVBEUDLXySzGWXgoSy/z4SaOc9ePFjtRWZBAkGxEIR8n2uaLb35On2uAd0mAUcm+VNR8EiyMHZDaS1ruH+HffjMfreGnqnb14mnBkQv6fdu04C2ORYb8cPVJq+J/KNe7yFZzc7g= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1568801187183766.3205384932126; Wed, 18 Sep 2019 03:06:27 -0700 (PDT) Received: from localhost ([::1]:56866 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAWqu-0005Rk-Pf for importer@patchew.org; Wed, 18 Sep 2019 06:06:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59628) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAWek-00037A-Dg for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:53:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAWej-0007By-DR for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:53:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56462) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAWej-0007Bj-8T for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:53:49 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 95BBF368CF; Wed, 18 Sep 2019 09:53:48 +0000 (UTC) Received: from localhost (unknown [10.36.118.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 08F81100194E; Wed, 18 Sep 2019 09:53:42 +0000 (UTC) From: Stefan Hajnoczi To: qemu-devel@nongnu.org Date: Wed, 18 Sep 2019 10:53:33 +0100 Message-Id: <20190918095335.7646-2-stefanha@redhat.com> In-Reply-To: <20190918095335.7646-1-stefanha@redhat.com> References: <20190918095335.7646-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 18 Sep 2019 09:53:48 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 1/3] audio: fix buffer-length typo in documentation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann , Stefan Hajnoczi , =?UTF-8?q?Zolt=C3=A1n=20K=C5=91v=C3=A1g=C3=B3?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Fixes: f0b3d811529 ("audio: -audiodev command line option: documentation") Signed-off-by: Stefan Hajnoczi --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index bbfd936d29..a4f9f74f52 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -439,7 +439,7 @@ DEF("audiodev", HAS_ARG, QEMU_OPTION_audiodev, " in|out.format=3D sample format to use with fixed sett= ings\n" " valid values: s8, s16, s32, u8, u16, u32\n" " in|out.voices=3D number of voices to use\n" - " in|out.buffer-len=3D length of buffer in microseconds= \n" + " in|out.buffer-length=3D length of buffer in microseco= nds\n" "-audiodev none,id=3Did,[,prop[=3Dvalue][,...]]\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}, @c= ode{u8}, @item in|out.voices=3D@var{voices} Specify the number of @var{voices} to use. Default is 1. =20 -@item in|out.buffer=3D@var{usecs} +@item in|out.buffer-length=3D@var{usecs} Sets the size of the buffer in microseconds. =20 @end table --=20 2.21.0 From nobody Fri May 17 02:03:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1568801633; cv=none; d=zoho.com; s=zohoarc; b=nKCziAXWeBcrV6D1sQaMm7mt7aMiUGPCSSgVfDCdWU9guSYSTFrlT7sP2Z6beOzkJBndh2WKIsg60st3RDPX44tO+1p1A7+ePBCMTmj5VQrnKrEBnA4LRlZ3MKsejziBoTsqV1MllB4CmKdnp0vMwLGEakVNvWlyNeHX0J4Td8o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568801633; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=tQQN+v2ES1rgix1yuP+adn+tJOQj+0plPGsuqk42dPE=; b=LsvEpd1MDGWziI77q4T98CluvLAn8/5aqIGLMmnCTCri0BvM7U86QrT7IqjT1k5dLnBI2si3Z04u0uIr35yVmN6fsPfOavDaq/VAn4T3p24Use2rLJ6yYap0Z3Gct/4i8E97v/XpXZDFYHju4JnZ2sK2iMzfD2t0puid4+I00qc= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1568801633764465.2316185157723; Wed, 18 Sep 2019 03:13:53 -0700 (PDT) Received: from localhost ([::1]:56944 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAWy2-0005OV-LJ for importer@patchew.org; Wed, 18 Sep 2019 06:13:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59661) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAWeu-0003N7-Io for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:54:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAWet-0007Gz-EQ for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:54:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36800) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAWet-0007Gh-9N for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:53:59 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9B04359465; Wed, 18 Sep 2019 09:53:58 +0000 (UTC) Received: from localhost (unknown [10.36.118.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id F3E9C60872; Wed, 18 Sep 2019 09:53:49 +0000 (UTC) From: Stefan Hajnoczi To: qemu-devel@nongnu.org Date: Wed, 18 Sep 2019 10:53:34 +0100 Message-Id: <20190918095335.7646-3-stefanha@redhat.com> In-Reply-To: <20190918095335.7646-1-stefanha@redhat.com> References: <20190918095335.7646-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 18 Sep 2019 09:53:58 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 2/3] audio: add -audiodev pa, in|out.latency= to documentation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann , Stefan Hajnoczi , =?UTF-8?q?Zolt=C3=A1n=20K=C5=91v=C3=A1g=C3=B3?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The "latency" parameter wasn't covered by the documentation. Signed-off-by: Stefan Hajnoczi --- qemu-options.hx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qemu-options.hx b/qemu-options.hx index a4f9f74f52..6d7fe57dd4 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -470,6 +470,7 @@ DEF("audiodev", HAS_ARG, QEMU_OPTION_audiodev, "-audiodev pa,id=3Did[,prop[=3Dvalue][,...]]\n" " server=3D PulseAudio server address\n" " in|out.name=3D source/sink device name\n" + " in|out.latency=3D desired latency in microseconds\n" #endif #ifdef CONFIG_AUDIO_SDL "-audiodev sdl,id=3Did[,prop[=3Dvalue][,...]]\n" @@ -630,6 +631,10 @@ Sets the PulseAudio @var{server} to connect to. @item in|out.name=3D@var{sink} Use the specified source/sink for recording/playback. =20 +@item in|out.latency=3D@var{usecs} +Desired latency in microseconds. The PulseAudio server will try to honor = this +value but actual latencies may be lower or higher. + @end table =20 @item -audiodev sdl,id=3D@var{id}[,@var{prop}[=3D@var{value}][,...]] --=20 2.21.0 From nobody Fri May 17 02:03:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1568801485; cv=none; d=zoho.com; s=zohoarc; b=H/iRb48mnGJ3/ZInnR0OA/o+WZ/NLgtKvNztxrpoOibwa0t+9wrENhqtg1wZV7HjU4arCduJWy9tXV474xsfSTuHJFFpSPeBGSchQlcnYLW8osUMSaDket4TjT27T7bi4XOfdtIeAITSs4M5nQCk8Y7Mhs+0UGKH9AGRAcIZJ94= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568801485; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=pqbT/tKx+Y1ON/IOUMOOFQSot2aFq49HPL7VEA3Hn3A=; b=RXK8leNSUtQXh/BTMjHMEcU/Ub8IQbh+XOKbrTrlfLkdkuMdsus82T72zs85pcSRZa/adUqj8ifGq0O7lWcvQe+rYpL782sxOatXeHObAoT9wgbYJMIQETy6x/e6GR6+NfQ1UxWNPzPJsuobIn5F2tojj6zF05hTPZJ8WS2I85g= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1568801485520800.226230622508; Wed, 18 Sep 2019 03:11:25 -0700 (PDT) Received: from localhost ([::1]:56928 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAWvj-0002Yo-MK for importer@patchew.org; Wed, 18 Sep 2019 06:11:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59672) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAWew-0003Pk-De for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:54:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAWev-0007I9-AW for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:54:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56476) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAWev-0007Hf-5L for qemu-devel@nongnu.org; Wed, 18 Sep 2019 05:54:01 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 77E2E300CB2B; Wed, 18 Sep 2019 09:54:00 +0000 (UTC) Received: from localhost (unknown [10.36.118.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 08B551001B30; Wed, 18 Sep 2019 09:53:59 +0000 (UTC) From: Stefan Hajnoczi To: qemu-devel@nongnu.org Date: Wed, 18 Sep 2019 10:53:35 +0100 Message-Id: <20190918095335.7646-4-stefanha@redhat.com> In-Reply-To: <20190918095335.7646-1-stefanha@redhat.com> References: <20190918095335.7646-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Wed, 18 Sep 2019 09:54:00 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 3/3] audio: fix ALSA period-length typo in documentation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann , Stefan Hajnoczi , =?UTF-8?q?Zolt=C3=A1n=20K=C5=91v=C3=A1g=C3=B3?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Fixes: f0b3d811529 ("audio: -audiodev command line option: documentation") Signed-off-by: Stefan Hajnoczi --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 6d7fe57dd4..0f79c70c37 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -445,7 +445,7 @@ DEF("audiodev", HAS_ARG, QEMU_OPTION_audiodev, #ifdef CONFIG_AUDIO_ALSA "-audiodev alsa,id=3Did[,prop[=3Dvalue][,...]]\n" " in|out.dev=3D name of the audio device to use\n" - " in|out.period-len=3D length of period in microseconds= \n" + " in|out.period-length=3D length of period in microseco= nds\n" " in|out.try-poll=3D attempt to use poll mode\n" " threshold=3D threshold (in microseconds) when playbac= k starts\n" #endif @@ -546,7 +546,7 @@ ALSA specific options are: Specify the ALSA @var{device} to use for input and/or output. Default is @code{default}. =20 -@item in|out.period-len=3D@var{usecs} +@item in|out.period-length=3D@var{usecs} Sets the period length in microseconds. =20 @item in|out.try-poll=3Don|off --=20 2.21.0