aboutsummaryrefslogtreecommitdiff
path: root/ucm2
diff options
context:
space:
mode:
Diffstat (limited to 'ucm2')
-rw-r--r--ucm2/SDP4430/FMAnalog.conf11
-rw-r--r--ucm2/SDP4430/HiFiLP.conf7
-rw-r--r--ucm2/SDP4430/Record.conf5
-rw-r--r--ucm2/SDP4430/SDP4430.conf2
-rw-r--r--ucm2/SDP4430/Voice.conf6
-rw-r--r--ucm2/SDP4430/VoiceCall.conf (renamed from ucm2/SDP4430/VoiceAll.conf)9
6 files changed, 23 insertions, 17 deletions
diff --git a/ucm2/SDP4430/FMAnalog.conf b/ucm2/SDP4430/FMAnalog.conf
index 9681465..2cfabf9 100644
--- a/ucm2/SDP4430/FMAnalog.conf
+++ b/ucm2/SDP4430/FMAnalog.conf
@@ -9,19 +9,12 @@ SectionVerb {
cset "name='Capture Volume' 4"
]
-
DisableSequence [
cset "name='AMIC_UL PDM Switch' 0"
cset "name='MUX_UL00' 0"
cset "name='MUX_UL01' 0"
cset "name='Capture Volume' 0"
]
-
- # Optional TQ and ALSA PCMs
- Value {
- TQ "Music"
- CapturePCM "hw:${CardId},0"
- }
}
SectionDevice."Headset" {
@@ -38,5 +31,9 @@ SectionDevice."Headset" {
cset "name='Analog Right Capture Route' 3"
cset "name='Capture Preamplifier Volume' 0"
]
+
+ Value {
+ CapturePCM "hw:${CardId},0"
+ }
}
diff --git a/ucm2/SDP4430/HiFiLP.conf b/ucm2/SDP4430/HiFiLP.conf
index 51380d9..731ac21 100644
--- a/ucm2/SDP4430/HiFiLP.conf
+++ b/ucm2/SDP4430/HiFiLP.conf
@@ -18,10 +18,8 @@ SectionVerb {
cset "name='SDT DL Volume' 0"
]
- # Optional TQ and ALSA PCMs
Value {
TQ "Music"
- PlaybackPCM "hw:${CardId},6"
}
}
@@ -39,4 +37,9 @@ SectionDevice."Headset" {
cset "name='HS Left Playback' 0"
cset "name='Headset Playback Volume' 0"
]
+
+ Value {
+ PlaybackPriority 100
+ PlaybackPCM "hw:${CardId},6"
+ }
}
diff --git a/ucm2/SDP4430/Record.conf b/ucm2/SDP4430/Record.conf
index 9f62fd1..d3c4955 100644
--- a/ucm2/SDP4430/Record.conf
+++ b/ucm2/SDP4430/Record.conf
@@ -19,7 +19,6 @@ SectionVerb {
# Optional TQ and ALSA PCMs
Value {
TQ "Music"
- CapturePCM "hw:${CardId},0"
}
}
@@ -38,4 +37,8 @@ SectionDevice."Headset" {
cset "name='Analog Right Capture Route' 3"
cset "name='Capture Preamplifier Volume' 0"
]
+
+ Value {
+ CapturePCM "hw:${CardId},0"
+ }
}
diff --git a/ucm2/SDP4430/SDP4430.conf b/ucm2/SDP4430/SDP4430.conf
index df5b5b9..fd95890 100644
--- a/ucm2/SDP4430/SDP4430.conf
+++ b/ucm2/SDP4430/SDP4430.conf
@@ -13,7 +13,7 @@ SectionUseCase."HiFi" {
}
SectionUseCase."HiFi_Low_Power" {
- File "HiHiLP.conf"
+ File "HiFiLP.conf"
Comment "Play HiFi quality Music in Low Power Mode"
}
diff --git a/ucm2/SDP4430/Voice.conf b/ucm2/SDP4430/Voice.conf
index 7d10a17..15cd4f0 100644
--- a/ucm2/SDP4430/Voice.conf
+++ b/ucm2/SDP4430/Voice.conf
@@ -18,10 +18,8 @@ SectionVerb {
cset "name='SDT DL Volume' 0"
]
- # Optional TQ and ALSA PCMs
Value {
TQ "Voice"
- PlaybackPCM "hw:${CardId},2"
}
}
@@ -39,4 +37,8 @@ SectionDevice."Headset" {
cset "name='HS Left Playback' 0"
cset "name='Headset Playback Volume' 0"
]
+
+ Value {
+ PlaybackPCM "hw:${CardId},2"
+ }
}
diff --git a/ucm2/SDP4430/VoiceAll.conf b/ucm2/SDP4430/VoiceCall.conf
index 07843c5..2f02a2b 100644
--- a/ucm2/SDP4430/VoiceAll.conf
+++ b/ucm2/SDP4430/VoiceCall.conf
@@ -31,11 +31,8 @@ SectionVerb {
cset "name='SDT DL Volume' 0"
]
- # Optional TQ and ALSA PCMs
Value {
TQ "Voice"
- CapturePCM "hw:${CardId},2"
- PlaybackPCM "hw:${CardId},2"
}
}
@@ -59,5 +56,9 @@ SectionDevice."Headset" {
cset "name='HS Left Playback' 0"
cset "name='Headset Playback Volume' 0"
]
-}
+ Value {
+ CapturePCM "hw:${CardId},2"
+ PlaybackPCM "hw:${CardId},2"
+ }
+}