summaryrefslogtreecommitdiff
path: root/ucm-config
diff options
context:
space:
mode:
authorHsin-Yu Chao <hychao@chromium.org>2015-09-04 17:13:26 +0800
committerchrome-bot <chrome-bot@chromium.org>2015-09-07 22:54:41 -0700
commit8fc8b8b26404fc51e73b24bd2df6c49e51e8b5b8 (patch)
tree1512e116a37def7a5bda31584e9c8181a18ec45d /ucm-config
parent214263e2eb29f8a003876a4b2dbe17e6ca5d62cf (diff)
downloadadhd-8fc8b8b26404fc51e73b24bd2df6c49e51e8b5b8.tar.gz
CRAS: swanky - Remove audio config files
These audio config files will be installed by chromeos-bsp-swanky BUG=None TEST=None CQ-DEPEND=CL:296928 Change-Id: I4a9a1c8f888ddb39c2848899743986e3e3f189db Reviewed-on: https://chromium-review.googlesource.com/296918 Commit-Ready: Hsinyu Chao <hychao@chromium.org> Tested-by: Hsinyu Chao <hychao@chromium.org> Reviewed-by: Cheng-Yi Chiang <cychiang@chromium.org>
Diffstat (limited to 'ucm-config')
-rw-r--r--ucm-config/swanky/byt-max98090/HiFi.conf97
-rw-r--r--ucm-config/swanky/byt-max98090/byt-max98090.conf6
2 files changed, 0 insertions, 103 deletions
diff --git a/ucm-config/swanky/byt-max98090/HiFi.conf b/ucm-config/swanky/byt-max98090/HiFi.conf
deleted file mode 100644
index 75577c0a..00000000
--- a/ucm-config/swanky/byt-max98090/HiFi.conf
+++ /dev/null
@@ -1,97 +0,0 @@
-SectionVerb {
- Value {
- OutputDspName "speaker_eq"
- }
-
- EnableSequence [
- cdev "hw:bytmax98090"
-
- cset "name='Left Speaker Mixer Left DAC Switch' on"
- cset "name='Right Speaker Mixer Right DAC Switch' on"
- cset "name='Digital EQ 3 Band Switch' off"
- cset "name='Digital EQ 5 Band Switch' off"
- cset "name='Digital EQ 7 Band Switch' off"
- cset "name='Biquad Switch' off"
- cset "name='Filter Mode' Music"
- cset "name='ADC Oversampling Rate' 0"
-
- cset "name='DMIC Mux' DMIC"
- cset "name='MIC2 Mux' IN34"
- cset "name='Right ADC Mixer MIC2 Switch' on"
- cset "name='Left ADC Mixer MIC2 Switch' on"
- cset "name='MIC2 Volume' 20"
- cset "name='Int Mic Switch' on"
-
- cset "name='ADCR Boost Volume' 4"
- cset "name='ADCL Boost Volume' 4"
- cset "name='ADCR Volume' 11"
- cset "name='ADCL Volume' 11"
-
- cset "name='Left Speaker Mixer Left DAC Switch' on"
- cset "name='Right Speaker Mixer Right DAC Switch' on"
- cset "name='Speaker Left Mixer Volume' 2"
- cset "name='Speaker Right Mixer Volume' 2"
- cset "name='Record Path DC Blocking' on"
- cset "name='Playback Path DC Blocking' on"
-
- cset "name='Headphone Left Switch' on"
- cset "name='Headphone Right Switch' on"
- cset "name='Headphone Switch' off"
- cset "name='HP Left Out Switch' off"
- cset "name='HP Right Out Switch' off"
-
- cset "name='Speaker Left Switch' on"
- cset "name='Speaker Right Switch' on"
- cset "name='Ext Spk Switch' on"
- ]
-
- DisableSequence [
- ]
-}
-
-SectionDevice."Headphone".0 {
- Value {
- JackName "byt-max98090 Headphone Jack"
- OutputDspName ""
- }
-
- EnableSequence [
- cdev "hw:bytmax98090"
- cset "name='Speaker Left Switch' off"
- cset "name='Speaker Right Switch' off"
- cset "name='Headphone Switch' on"
- cset "name='HP Left Out Switch' on"
- cset "name='HP Right Out Switch' on"
- ]
- DisableSequence [
- cdev "hw:bytmax98090"
- cset "name='HP Left Out Switch' off"
- cset "name='HP Right Out Switch' off"
- cset "name='Headphone Switch' off"
- cset "name='Speaker Left Switch' on"
- cset "name='Speaker Right Switch' on"
- ]
-}
-
-SectionDevice."Mic".0 {
- Value {
- JackName "byt-max98090 Mic Jack"
- CaptureControl "MIC2"
- }
-
- EnableSequence [
- cdev "hw:bytmax98090"
- cset "name='Int Mic Switch' off"
- cset "name='Headset Mic Switch' on"
- cset "name='DMIC Mux' ADC"
- cset "name='Record Path DC Blocking' on"
- ]
-
- DisableSequence [
- cdev "hw:bytmax98090"
- cset "name='Headset Mic Switch' off"
- cset "name='Int Mic Switch' on"
- cset "name='DMIC Mux' DMIC"
- cset "name='Record Path DC Blocking' off"
- ]
-}
diff --git a/ucm-config/swanky/byt-max98090/byt-max98090.conf b/ucm-config/swanky/byt-max98090/byt-max98090.conf
deleted file mode 100644
index d2593295..00000000
--- a/ucm-config/swanky/byt-max98090/byt-max98090.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-Comment "Swanky internal card"
-
-SectionUseCase."HiFi" {
- File "HiFi.conf"
- Comment "Default"
-}