Skip to content

Commit 138a8ba

Browse files
committed
test: ptl-hda-aioc: Adjustment alsa states
Add three controls to PTLH-HDA-AIOC state: - Pre Mixer Analog Playback Volume - Post Mixer Analog Playback Volume - Pre Mixer Deepbuffer HDA Analog Volume Fix value for two controls: - Capture Volume - Master Playback Volume Tested on a real hw. Signed-off-by: Artur Wilczak <arturx.wilczak@intel.com>
1 parent e6bff18 commit 138a8ba

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

alsa_settings/PTLH_HDA_AIOC.state

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ state.sofhdadsp {
1414
control.6 {
1515
iface MIXER
1616
name 'Capture Volume'
17-
value.0 30
18-
value.1 30
17+
value.0 50
18+
value.1 50
1919
}
2020
control.7 {
2121
iface MIXER
@@ -26,11 +26,26 @@ state.sofhdadsp {
2626
control.9 {
2727
iface MIXER
2828
name 'Master Playback Volume'
29-
value 87
29+
value 78
3030
}
3131
control.10 {
3232
iface MIXER
3333
name 'Master Playback Switch'
3434
value true
3535
}
36+
control.40 {
37+
iface MIXER
38+
name 'Pre Mixer Analog Playback Volume'
39+
value 42
40+
}
41+
control.41 {
42+
iface MIXER
43+
name 'Post Mixer Analog Playback Volume'
44+
value 42
45+
}
46+
control.55 {
47+
iface MIXER
48+
name 'Pre Mixer Deepbuffer HDA Analog Volume'
49+
value 42
50+
}
3651
}

0 commit comments

Comments
 (0)