mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
alsa-mixer: Add support for defining port property lists in the path configuration files.
This commit is contained in:
parent
d3bced8bee
commit
88052dbdb9
3 changed files with 15 additions and 2 deletions
|
|
@ -57,6 +57,10 @@
|
|||
; priority = ... # Priority for this path
|
||||
; description = ...
|
||||
;
|
||||
; [Properties] # Property list for this path. The list is merged into the port property list.
|
||||
; <key> = <value> # Each property is defined on its own line.
|
||||
; ...
|
||||
;
|
||||
; [Option ...:...] # For each option of an enumeration or switch element
|
||||
; # that shall be exposed as a sink/source port. Needs to
|
||||
; # be named after the Element, followed by a colon, followed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue