]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples
authorMarkus Armbruster <armbru@redhat.com>
Mon, 3 Nov 2025 08:23:46 +0000 (09:23 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 4 Nov 2025 12:34:42 +0000 (13:34 +0100)
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 <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20251103082354.3273027-2-armbru@redhat.com>

qapi/audio.json

index 53142080f7216d967748649ba6e6349212c9222a..2df87b97101b77add4ea5b2406bf9f29fda75270 100644 (file)
@@ -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
 ##