summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2020-11-22 16:14:58 +0200
committerTanu Kaskinen <tanuk@iki.fi>2020-11-22 16:14:58 +0200
commit6ad2d207c5f56320a3573dd883c6d0400c145a77 (patch)
treec7772b6292fffe63e7c2235f6f6870e22422a0e1
parent3efca093f5cdcb552a05f312032d3093e59f131c (diff)
downloadpulseaudio-6ad2d207c5f56320a3573dd883c6d0400c145a77.tar.gz
alsa-mixer: Document the description and description-key mapping options
-rw-r--r--src/modules/alsa/mixer/profile-sets/default.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modules/alsa/mixer/profile-sets/default.conf b/src/modules/alsa/mixer/profile-sets/default.conf
index 92f23d272..9b691fed4 100644
--- a/src/modules/alsa/mixer/profile-sets/default.conf
+++ b/src/modules/alsa/mixer/profile-sets/default.conf
@@ -44,7 +44,11 @@
; [Mapping id]
; device-strings = ... # ALSA device string. %f will be replaced by the card identifier.
; 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.
; # If multiple are found to be working they will be available as device ports
; paths-output = ...