mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
alsa-mixer: Fixup "Mic"/"Line"/"analog-input" paths to work with the new paths
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
3618268757
commit
65317c8241
4 changed files with 118 additions and 29 deletions
|
|
@ -36,12 +36,27 @@ switch = off
|
|||
volume = off
|
||||
|
||||
[Element Line]
|
||||
required = any
|
||||
required-any = any
|
||||
switch = mute
|
||||
volume = merge
|
||||
override-map.1 = all
|
||||
override-map.2 = all-left,all-right
|
||||
|
||||
[Element Input Source]
|
||||
enumeration = select
|
||||
|
||||
[Option Input Source:Line]
|
||||
name = analog-input-linein
|
||||
required-any = any
|
||||
|
||||
[Element Capture Source]
|
||||
enumeration = select
|
||||
|
||||
[Option Capture Source:Line]
|
||||
name = analog-input-linein
|
||||
required-any = any
|
||||
|
||||
|
||||
[Element Aux]
|
||||
switch = off
|
||||
volume = off
|
||||
|
|
@ -62,4 +77,10 @@ volume = off
|
|||
switch = off
|
||||
volume = off
|
||||
|
||||
.include analog-input.conf.common
|
||||
[Element Mic Jack Mode]
|
||||
enumeration = select
|
||||
|
||||
[Option Mic Jack Mode:Line In]
|
||||
priority = 19
|
||||
required-any = any
|
||||
name = input-linein
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue