Skip to content

Commit 63c76f6

Browse files
Srinivas Kandagatlajglathe
authored andcommitted
ucm2: codecs: rx-macro: add Headset Left enable/disable
sequence Headset L is connected as Lineout on some platforms like RB1, so add the rx codec macro sequences required to enable Lineout on those platforms. 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 1e87c50 commit 63c76f6

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DisableSequence [
2+
cset "name='RX_MACRO RX0 MUX' ZERO"
3+
cset "name='RX INT0_1 MIX1 INP0' ZERO"
4+
cset "name='RX INT0 DEM MUX' NORMAL_DSM_OUT"
5+
cset "name='RX_COMP1 Switch' 0"
6+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
EnableSequence [
2+
cset "name='RX_HPH PWR Mode' LOHIFI"
3+
cset "name='RX_MACRO RX0 MUX' AIF1_PB"
4+
cset "name='RX INT0_1 MIX1 INP0' RX0"
5+
cset "name='RX INT0 DEM MUX' CLSH_DSM_OUT"
6+
cset "name='RX_COMP1 Switch' 1"
7+
]

0 commit comments

Comments
 (0)