mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
audio/pw: Pipewire->PipeWire case fix for user-visible text
"PipeWire" is the correct case. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Volker Rümelin <vr_qemu@t-online.de> Message-Id: <20230506163735.3481387-4-marcandre.lureau@redhat.com>
This commit is contained in:
parent
62259d816c
commit
20c5124805
7 changed files with 17 additions and 17 deletions
|
@ -328,17 +328,17 @@
|
|||
##
|
||||
# @AudiodevPipewirePerDirectionOptions:
|
||||
#
|
||||
# Options of the Pipewire backend that are used for both playback and
|
||||
# Options of the PipeWire backend that are used for both playback and
|
||||
# recording.
|
||||
#
|
||||
# @name: name of the sink/source to use
|
||||
#
|
||||
# @stream-name: name of the Pipewire stream created by qemu. Can be
|
||||
# used to identify the stream in Pipewire when you create multiple
|
||||
# Pipewire devices or run multiple qemu instances (default:
|
||||
# @stream-name: name of the PipeWire stream created by qemu. Can be
|
||||
# used to identify the stream in PipeWire when you create multiple
|
||||
# PipeWire devices or run multiple qemu instances (default:
|
||||
# audiodev's id)
|
||||
#
|
||||
# @latency: latency you want Pipewire to achieve in microseconds
|
||||
# @latency: latency you want PipeWire to achieve in microseconds
|
||||
# (default 46000)
|
||||
#
|
||||
# Since: 8.1
|
||||
|
@ -353,7 +353,7 @@
|
|||
##
|
||||
# @AudiodevPipewireOptions:
|
||||
#
|
||||
# Options of the Pipewire audio backend.
|
||||
# Options of the PipeWire audio backend.
|
||||
#
|
||||
# @in: options of the capture stream
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue