Skip to content

Commit 863ab70

Browse files
arikgreengolowanow
authored andcommitted
FIX: alsa_settings for PTLH_SDW_RT712
Change the default playback volume settings for PTLH SDW RT712. Reduce volume from 80 to 60. The level sets to 80 for these controls is a reason of failing the check-alsabat-headset-* tests. Internal Jira: SOFC2-1031 Signed-off-by: Artur Wilczak <arturx.wilczak@intel.com>
1 parent 396efce commit 863ab70

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

alsa_settings/PTLH_SDW_RT712.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
set -e
22

33
amixer -c sofsoundwire cset name='Headphone Switch' on
4-
amixer -c sofsoundwire cset name='rt712 FU05 Playback Volume' 80
5-
amixer -c sofsoundwire cset name='rt712 FU06 Playback Volume' 80
6-
7-
4+
amixer -c sofsoundwire cset name='rt712 FU05 Playback Volume' 60
5+
amixer -c sofsoundwire cset name='rt712 FU06 Playback Volume' 60
86

97
# enable headset playback and capture
108
amixer -c sofsoundwire cset name='Headset Mic Switch' on

0 commit comments

Comments
 (0)