Add UCM support for Headset and Lineout mixer sequences for PM4125
codec that got merged in last cycle.
Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/621
Cc: Alexey Klimov <alexey.klimov@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
--- /dev/null
+DisableSequence [
+ cset "name='HPHL_RDAC Switch' 0"
+ cset "name='HPHR_RDAC Switch' 0"
+ cset "name='HPHL Switch' 0"
+ cset "name='HPHR Switch' 0"
+ cset "name='HPHL_COMP Switch' 0"
+ cset "name='HPHR_COMP Switch' 0"
+]
--- /dev/null
+EnableSequence [
+ cset "name='HPHL_RDAC Switch' 1"
+ cset "name='HPHR_RDAC Switch' 1"
+ cset "name='HPHL Switch' 1"
+ cset "name='HPHR Switch' 1"
+ cset "name='HPHR_COMP Switch' 0"
+ cset "name='HPHL_COMP Switch' 0"
+]
--- /dev/null
+DisableSequence [
+ cset "name='ADC2_MIXER Switch' 0"
+ cset "name='ADC2 Switch' 0"
+]
--- /dev/null
+EnableSequence [
+ cset "name='ADC2_MIXER Switch' 1"
+ cset "name='ADC2 MUX' INP2"
+ cset "name='ADC2 Switch' 1"
+]
--- /dev/null
+DisableSequence [
+ cset "name='HPHL Switch' 0"
+ cset "name='HPHL_RDAC Switch' 0"
+ cset "name='LO_RDAC Switch' 0"
+]
--- /dev/null
+EnableSequence [
+ cset "name='HPHL Switch' 1"
+ cset "name='HPHL_RDAC Switch' 1"
+ cset "name='LO_RDAC Switch' 1"
+]