mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
46 lines
652 B
Text
46 lines
652 B
Text
|
|
# For devices where we have a Mic element
|
||
|
|
|
||
|
|
[General]
|
||
|
|
priority = 100
|
||
|
|
name = analog-input-microphone
|
||
|
|
|
||
|
|
[Element Capture]
|
||
|
|
switch = mute
|
||
|
|
volume = merge
|
||
|
|
override-map.1 = all
|
||
|
|
override-map.2 = all-left,all-right
|
||
|
|
|
||
|
|
[Element Mic]
|
||
|
|
required = any
|
||
|
|
switch = mute
|
||
|
|
volume = merge
|
||
|
|
override-map.1 = all
|
||
|
|
override-map.2 = all-left,all-right
|
||
|
|
|
||
|
|
[Element Line]
|
||
|
|
switch = off
|
||
|
|
volume = off
|
||
|
|
|
||
|
|
[Element Aux]
|
||
|
|
switch = off
|
||
|
|
volume = off
|
||
|
|
|
||
|
|
[Element Video]
|
||
|
|
switch = off
|
||
|
|
volume = off
|
||
|
|
|
||
|
|
[Element Mic/Line]
|
||
|
|
switch = off
|
||
|
|
volume = off
|
||
|
|
|
||
|
|
[Element TV Tuner]
|
||
|
|
switch = off
|
||
|
|
volume = off
|
||
|
|
|
||
|
|
[Element FM]
|
||
|
|
switch = off
|
||
|
|
volume = off
|
||
|
|
|
||
|
|
.include analog-input.conf.common
|
||
|
|
.include analog-input-mic.conf.common
|