Skip to content

Commit 0f47a34

Browse files
committed
FIX: alsa_settings for PTLH_SDW_RT712
Add the default volume settings for PTLH SDW RT712. The level sets to 100% for these controls is a reason of failing the check-alsabat-headset-* tests. The previous test case volume-basic-test-50.sh increrases the volume levels to 100% and do not revert to previous setting. Jira: https://jira.devtools.intel.com/browse/SOFC2-1031 Signed-off-by: Artur Wilczak <arturx.wilczak@intel.com>
1 parent 396efce commit 0f47a34

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

alsa_settings/PTLH_SDW_RT712.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ amixer -c sofsoundwire cset name='Headphone Switch' on
44
amixer -c sofsoundwire cset name='rt712 FU05 Playback Volume' 80
55
amixer -c sofsoundwire cset name='rt712 FU06 Playback Volume' 80
66

7-
8-
97
# enable headset playback and capture
108
amixer -c sofsoundwire cset name='Headset Mic Switch' on
119
amixer -c sofsoundwire cset name='rt712 FU0F Capture Switch' on
1210
amixer -c sofsoundwire cset name='rt712 FU0F Capture Volume' 46
11+
12+
# set default volume levels
13+
amixer -c sofsoundwire cset name='Pre Mixer Jack Out Playback Volume' 95%
14+
amixer -c sofsoundwire cset name='Post Mixer Jack Out Playback Volume' 95%
15+
amixer -c sofsoundwire cset name='Pre Mixer Deepbuffer Jack Out Volume' 95%
16+
amixer -c sofsoundwire cset name='Pre Mixer Speaker Playback Volume' 95%
17+
amixer -c sofsoundwire cset name='Post Mixer Speaker Playback Volume' 95%

0 commit comments

Comments
 (0)