aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-02 15:25:23 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-06 17:01:11 +0200
commit825ff02911c9c90d5e635e9f588de2b3e27a0774 (patch)
tree04e75e2150e561eadd7d2eb65fd03e3afa0b6d08
parent2e16ec054199d0879572f850e3beb79045985342 (diff)
downloadqemu-825ff02911c9c90d5e635e9f588de2b3e27a0774.zip
qemu-825ff02911c9c90d5e635e9f588de2b3e27a0774.tar.gz
qemu-825ff02911c9c90d5e635e9f588de2b3e27a0774.tar.bz2
audio: add soundhw deprecation notice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200702132525.6849-19-kraxel@redhat.com
-rw-r--r--docs/system/deprecated.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
index 47f84be..58a9aeb 100644
--- a/docs/system/deprecated.rst
+++ b/docs/system/deprecated.rst
@@ -82,6 +82,15 @@ should specify an ``audiodev=`` property. Additionally, when using
vnc, you should specify an ``audiodev=`` propery if you plan to
transmit audio through the VNC protocol.
+Creating sound card devices using ``-soundhw`` (since 5.1)
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Sound card devices should be created using ``-device`` instead. The
+names are the same for most devices. The exceptions are ``hda`` which
+needs two devices (``-device intel-hda -device hda-duplex``) and
+``pcspk`` which can be activated using ``-machine
+pcspk-audiodev=<name>``.
+
``-mon ...,control=readline,pretty=on|off`` (since 4.1)
'''''''''''''''''''''''''''''''''''''''''''''''''''''''