Skip to content

Commit d06ba03

Browse files
LNL: Add new state file for LNLM_RVP_SDW
Add new state file for LNLM_RVP_SDW Modify LNLM_RVP_HDA/SDW_AIOC state file (set level for sound card) Signed-off-by: Kamil Paszkiet <kamilx.paszkiet@intel.com>
1 parent a334f2e commit d06ba03

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

alsa_settings/LNLM_RVP_HDA.state

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ state.sofhdadsp {
3434
value true
3535
}
3636
}
37+
state.CODEC {
38+
control.4 {
39+
iface MIXER
40+
name 'PCM Playback Volume'
41+
value.0 110
42+
value.1 110
43+
}
44+
}

alsa_settings/LNLM_RVP_SDW.state

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
state.sofsoundwire {
2+
control.1 {
3+
iface MIXER
4+
name 'rt711 FU05 Playback Volume'
5+
value.0 80
6+
value.1 80
7+
}
8+
control.2 {
9+
iface MIXER
10+
name 'rt711 FU1E Capture Switch'
11+
value.0 true
12+
value.1 true
13+
}
14+
control.3 {
15+
iface MIXER
16+
name 'rt711 FU0F Capture Switch'
17+
value.0 true
18+
value.1 true
19+
}
20+
control.4 {
21+
iface MIXER
22+
name 'rt711 FU1E Capture Volume'
23+
value.0 25
24+
value.1 25
25+
}
26+
control.5 {
27+
iface MIXER
28+
name 'rt711 FU0F Capture Volume'
29+
value.0 25
30+
value.1 25
31+
}
32+
control.8 {
33+
iface MIXER
34+
name 'rt711 GE49 Selected Mode'
35+
value Headset
36+
# override jack detection mode to headset
37+
# related to https://github.com/thesofproject/linux/pull/4969
38+
}
39+
control.35 {
40+
iface MIXER
41+
name 'Headphone Switch'
42+
value true
43+
}
44+
control.36 {
45+
iface MIXER
46+
name 'Headset Mic Switch'
47+
value true
48+
}
49+
}
50+
state.CODEC {
51+
control.4 {
52+
iface MIXER
53+
name 'PCM Playback Volume'
54+
value.0 110
55+
value.1 110
56+
}
57+
}

alsa_settings/LNLM_SDW_AIOC.state

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ state.sofsoundwire {
4747
value true
4848
}
4949
}
50+
state.CODEC {
51+
control.4 {
52+
iface MIXER
53+
name 'PCM Playback Volume'
54+
value.0 110
55+
value.1 110
56+
}
57+
}

0 commit comments

Comments
 (0)