conf/ucm: DAISY-I2S: add Samsung ARM Chromebook UCM config from ChromeOS

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Marcin Juszkiewicz 2013-05-10 14:51:06 +02:00 committed by Takashi Iwai
parent e23961df50
commit f07c14b082
2 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,6 @@
Comment "Daisy internal card"
SectionUseCase."HiFi" {
File "HiFi.conf"
Comment "Default"
}

View file

@ -0,0 +1,61 @@
SectionVerb {
EnableSequence [
cdev "hw:DAISYI2S"
cset "name='Left Speaker Mixer Left DAC1 Switch' on"
cset "name='Right Speaker Mixer Right DAC1 Switch' on"
cset "name='Left Headphone Mixer Left DAC1 Switch' on"
cset "name='Right Headphone Mixer Right DAC1 Switch' on"
cset "name='DMIC1 Left Capture Switch' on"
cset "name='DMIC1 Right Capture Switch' on"
cset "name='MIC2 External Mic Switch' on"
cset "name='Left ADC Mixer MIC2 Switch' on"
cset "name='Right ADC Mixer MIC2 Switch' on"
cset "name='EQ1 Mode' Default"
]
DisableSequence [
]
}
SectionDevice."Headphone".0 {
Value {
JackName "DAISY-I2S Headphone Jack"
}
EnableSequence [
cdev "hw:DAISYI2S"
cset "name='EQ1 Switch' off"
cset "name='Left Headphone Mixer Left DAC1 Switch' on"
cset "name='Right Headphone Mixer Right DAC1 Switch' on"
]
DisableSequence [
cdev "hw:DAISYI2S"
cset "name='EQ1 Mode' Default"
cset "name='EQ1 Switch' on"
cset "name='Left Speaker Mixer Left DAC1 Switch' on"
cset "name='Right Speaker Mixer Right DAC1 Switch' on"
]
}
SectionDevice."Mic".0 {
Value {
JackName "DAISY-I2S Mic Jack"
}
EnableSequence [
cdev "hw:DAISYI2S"
cset "name='DMIC1 Left Capture Switch' off"
cset "name='DMIC1 Right Capture Switch' off"
cset "name='Left ADC Mixer MIC2 Switch' on"
cset "name='Right ADC Mixer MIC2 Switch' on"
]
DisableSequence [
cdev "hw:DAISYI2S"
cset "name='Left ADC Mixer MIC2 Switch' off"
cset "name='Right ADC Mixer MIC2 Switch' off"
cset "name='DMIC1 Left Capture Switch' on"
cset "name='DMIC1 Right Capture Switch' on"
]
}