summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtanas Bunchev <atanas.bunchev@konsulko.com>2022-11-10 07:53:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-10 22:12:56 +0000
commite39e68053f4bb9bc27114a669bb651ce749d32db (patch)
treef7c1600ec6cff4fdef703b5b387af65d55fab253
parentf84f30253bcdccd131937bb2deb7c95c3ad88f9d (diff)
downloadpoky-e39e68053f4bb9bc27114a669bb651ce749d32db.tar.gz
qemu.rst: audio: reference to Command-Line options
The previous statement can cause confusion, because this is the first time when the `audio` argument is mentioned. (From yocto-docs rev: c8aa98a4b21d056ebf49b8ab43838989e9185c81) Signed-off-by: Atanas Bunchev <atanas.bunchev@konsulko.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/qemu.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst
index 5a4a82ce6f..d9b9f69ab3 100644
--- a/documentation/dev-manual/qemu.rst
+++ b/documentation/dev-manual/qemu.rst
@@ -125,8 +125,9 @@ available. Follow these general steps to run QEMU:
125 - This example specifies to boot an :term:`Initramfs` image and to 125 - This example specifies to boot an :term:`Initramfs` image and to
126 enable audio in QEMU. For this case, ``runqemu`` sets the internal 126 enable audio in QEMU. For this case, ``runqemu`` sets the internal
127 variable ``FSTYPE`` to ``cpio.gz``. Also, for audio to be enabled, 127 variable ``FSTYPE`` to ``cpio.gz``. Also, for audio to be enabled,
128 an appropriate driver must be installed (see the previous 128 an appropriate driver must be installed (see the ``audio`` option
129 description for the ``audio`` option for more information). 129 in :ref:`dev-manual/qemu:\`\`runqemu\`\` command-line options`
130 for more information).
130 :: 131 ::
131 132
132 $ runqemu qemux86-64 ramfs audio 133 $ runqemu qemux86-64 ramfs audio