mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Add a new ucm/codecs/rt5651/DigitalMic.conf snippet for digital mic support and include this in the default non board-specific bytcr-rt5651.conf. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
34 lines
782 B
Text
34 lines
782 B
Text
SectionDevice."HeadsetMic-IN3" {
|
|
Comment "Headset Microphone on IN3"
|
|
|
|
ConflictingDevice [
|
|
"DigitalMic"
|
|
"InternalMic-IN1"
|
|
"InternalMic-IN2"
|
|
"InternalMic-IN12"
|
|
"HeadsetMic-IN2"
|
|
]
|
|
|
|
EnableSequence [
|
|
cdev "hw:bytcrrt5651"
|
|
cset "name='Headset Mic Switch' on"
|
|
cset "name='RECMIXL BST3 Switch' on"
|
|
cset "name='RECMIXR BST3 Switch' on"
|
|
cset "name='Stereo1 ADC MIXL ADC1 Switch' on"
|
|
cset "name='Stereo1 ADC MIXR ADC1 Switch' on"
|
|
]
|
|
|
|
DisableSequence [
|
|
cdev "hw:bytcrrt5651"
|
|
cset "name='Stereo1 ADC MIXL ADC1 Switch' off"
|
|
cset "name='Stereo1 ADC MIXR ADC1 Switch' off"
|
|
cset "name='Headset Mic Switch' off"
|
|
cset "name='RECMIXL BST3 Switch' off"
|
|
cset "name='RECMIXR BST3 Switch' off"
|
|
]
|
|
|
|
Value {
|
|
CaptureChannels "2"
|
|
JackControl "Headset Mic Jack"
|
|
}
|
|
}
|