mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
32 lines
551 B
Text
32 lines
551 B
Text
|
|
SectionDevice."InternalMic" {
|
||
|
|
Comment "Internal Microphone"
|
||
|
|
|
||
|
|
Value {
|
||
|
|
CaptureChannels "2"
|
||
|
|
CapturePriority "150"
|
||
|
|
}
|
||
|
|
|
||
|
|
ConflictingDevice [
|
||
|
|
"HeadsetMic"
|
||
|
|
]
|
||
|
|
|
||
|
|
EnableSequence [
|
||
|
|
cdev "hw:chtnau8824"
|
||
|
|
|
||
|
|
cset "name='ADC CH0 Select' 0"
|
||
|
|
cset "name='ADC CH1 Select' 0"
|
||
|
|
|
||
|
|
cset "name='Int Mic Switch' on"
|
||
|
|
cset "name='Right ADC MIC Switch' on"
|
||
|
|
cset "name='Left ADC MIC Switch' on"
|
||
|
|
]
|
||
|
|
|
||
|
|
DisableSequence [
|
||
|
|
cdev "hw:chtnau8824"
|
||
|
|
|
||
|
|
cset "name='Int Mic Switch' off"
|
||
|
|
cset "name='Right ADC MIC Switch' off"
|
||
|
|
cset "name='Left ADC MIC Switch' off"
|
||
|
|
]
|
||
|
|
}
|