Skip to content

Commit 86f6074

Browse files
Srinivas Kandagatlajglathe
authored andcommitted
ucm2: codecs: pm4125: add ucm for codec
Add UCM support for Headset and Lineout mixer sequences for PM4125 codec that got merged in last cycle. Closes: alsa-project#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>
1 parent 5ccdd19 commit 86f6074

6 files changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DisableSequence [
2+
cset "name='HPHL_RDAC Switch' 0"
3+
cset "name='HPHR_RDAC Switch' 0"
4+
cset "name='HPHL Switch' 0"
5+
cset "name='HPHR Switch' 0"
6+
cset "name='HPHL_COMP Switch' 0"
7+
cset "name='HPHR_COMP Switch' 0"
8+
]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EnableSequence [
2+
cset "name='HPHL_RDAC Switch' 1"
3+
cset "name='HPHR_RDAC Switch' 1"
4+
cset "name='HPHL Switch' 1"
5+
cset "name='HPHR Switch' 1"
6+
cset "name='HPHR_COMP Switch' 0"
7+
cset "name='HPHL_COMP Switch' 0"
8+
]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DisableSequence [
2+
cset "name='ADC2_MIXER Switch' 0"
3+
cset "name='ADC2 Switch' 0"
4+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
EnableSequence [
2+
cset "name='ADC2_MIXER Switch' 1"
3+
cset "name='ADC2 MUX' INP2"
4+
cset "name='ADC2 Switch' 1"
5+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DisableSequence [
2+
cset "name='HPHL Switch' 0"
3+
cset "name='HPHL_RDAC Switch' 0"
4+
cset "name='LO_RDAC Switch' 0"
5+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
EnableSequence [
2+
cset "name='HPHL Switch' 1"
3+
cset "name='HPHL_RDAC Switch' 1"
4+
cset "name='LO_RDAC Switch' 1"
5+
]

0 commit comments

Comments
 (0)