On 05/09/2023 12.07, Paolo Bonzini wrote:
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> docs/system/replay.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/system/replay.rst b/docs/system/replay.rst
> index 3105327423c..ca7c17c63da 100644
> --- a/docs/system/replay.rst
> +++ b/docs/system/replay.rst
> @@ -181,7 +181,7 @@ Audio data is recorded and replay automatically. The command line for recording
> and replaying must contain identical specifications of audio hardware, e.g.:
>
> .. parsed-literal::
> - -soundhw ac97
> + -audio pa,model=ac97
>
> Serial ports
> ------------
Reviewed-by: Thomas Huth <thuth@redhat.com>