mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
Revert "alsa: sync to latest acp"
This reverts commit f611e34456.
There is something wrong with this
This commit is contained in:
parent
ea84177a2e
commit
119678e8d1
12 changed files with 26 additions and 219 deletions
|
|
@ -44,11 +44,7 @@
|
|||
; [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 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).
|
||||
; description = ...
|
||||
; 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 = ...
|
||||
|
|
@ -468,6 +464,7 @@ exact-channels = false
|
|||
fallback = yes
|
||||
priority = 1
|
||||
direction = output
|
||||
paths-output = multichannel-output
|
||||
|
||||
[Mapping multichannel-input]
|
||||
device-strings = hw:%f
|
||||
|
|
@ -476,6 +473,7 @@ exact-channels = false
|
|||
fallback = yes
|
||||
priority = 1
|
||||
direction = input
|
||||
paths-input = multichannel-input
|
||||
|
||||
; An example for defining multiple-sink profiles
|
||||
#[Profile output:analog-stereo+output:iec958-stereo+input:analog-stereo]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue