mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-27 07:00:09 -05:00
conf/ucm: bytcr-rt5651: Enable Stereo? ADC MIXL ADC? switches when enabling inputs
Explicitly enable the right 'Stereo? ADC MIXL ADC?' when selecting an input, rather then just enabling them all in ucm/codecs/rt5651/EnableSeq.conf . This is a preparation patch for adding digital mic support. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
05aab8deab
commit
d827856fca
5 changed files with 24 additions and 8 deletions
|
|
@ -12,10 +12,14 @@ SectionDevice."HeadsetMic-IN3" {
|
|||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue