qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples

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: 19c628f2f5 (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>
This commit is contained in:
Markus Armbruster 2025-11-03 09:23:46 +01:00
parent 4ce5ba92d4
commit 4e6913f16f

View file

@ -76,8 +76,8 @@
# #
# @out: options of the playback stream # @out: options of the playback stream
# #
# @nsamples: set the number of samples per read/write calls (default to 480, # @nsamples: set the number of samples per read/write calls
# 10ms at 48kHz). # (default to 480, 10ms at 48kHz).
# #
# Since: 10.0 # Since: 10.0
## ##