mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa-mixer: Document the description and description-key mapping options
This commit is contained in:
parent
3efca093f5
commit
6ad2d207c5
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,11 @@
|
||||||
; [Mapping id]
|
; [Mapping id]
|
||||||
; device-strings = ... # ALSA device string. %f will be replaced by the card identifier.
|
; device-strings = ... # ALSA device string. %f will be replaced by the card identifier.
|
||||||
; channel-map = ... # Channel mapping to use for this device
|
; channel-map = ... # Channel mapping to use for this device
|
||||||
; description = ...
|
; description = ... # Description for the mapping. Note that it's better to set the description
|
||||||
|
; # in the well_known_descriptions table in alsa-mixer.c than with this
|
||||||
|
; # option, because the descriptions in alsa-mixer.c are translatable.
|
||||||
|
; description-key = ... # A custom key for the well_known_descriptions table (by default the mapping
|
||||||
|
; # name is used).
|
||||||
; paths-input = ... # A list of mixer paths to use. Every path in this list will be probed.
|
; paths-input = ... # A list of mixer paths to use. Every path in this list will be probed.
|
||||||
; # If multiple are found to be working they will be available as device ports
|
; # If multiple are found to be working they will be available as device ports
|
||||||
; paths-output = ...
|
; paths-output = ...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue