From 4e6913f16f5b3e71581beda8f86bbdbb23644e44 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 3 Nov 2025 09:23:46 +0100 Subject: [PATCH] qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The description of Member @nsamples is indented incorrectly. Comes out like Members: [...] nsamples (int, optional) – set the number of samples per read/write calls (default to 480, 10ms at 48kHz). Fixing the indentation makes it come out like Members: [...] nsamples (int, optional) – set the number of samples per read/write calls (default to 480, 10ms at 48kHz). Fixes: 19c628f2f579 (dbus: add -audio dbus nsamples option) Signed-off-by: Markus Armbruster Reviewed-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20251103082354.3273027-2-armbru@redhat.com> --- qapi/audio.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi/audio.json b/qapi/audio.json index 53142080f7..2df87b9710 100644 --- a/qapi/audio.json +++ b/qapi/audio.json @@ -76,8 +76,8 @@ # # @out: options of the playback stream # -# @nsamples: set the number of samples per read/write calls (default to 480, -# 10ms at 48kHz). +# @nsamples: set the number of samples per read/write calls +# (default to 480, 10ms at 48kHz). # # Since: 10.0 ## -- 2.47.3