Skip to content

Commit

Permalink
alsa_settings: fix minor parameter problems in GLK
Browse files Browse the repository at this point in the history
When left and right volume set differently, it can be set with
comma seperated way, like 111,100. In this case, 111 for both.
And switch on/off needs only one parameter.

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
  • Loading branch information
fredoh9 committed Jun 29, 2023
1 parent 1510d8a commit 242bd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alsa_settings/GLK_BOB_DA7219.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ amixer -c sofglkda7219max cset name='Headphone Volume' 54
amixer -c sofglkda7219max cset name='Headphone Switch' 1
amixer -c sofglkda7219max cset name='Headphone ZC Gain Switch' 0
amixer -c sofglkda7219max cset name='Headphone Jack Switch' 1
amixer -c sofglkda7219max cset name='Playback Digital Volume' 111 111
amixer -c sofglkda7219max cset name='Playback Digital Volume' 111
amixer -c sofglkda7219max cset name='Playback Digital Switch' 1
amixer -c sofglkda7219max cset name='Playback Digital Gain Ramp Switch' 1
amixer -c sofglkda7219max cset name='Out DACR Mux' 3
amixer -c sofglkda7219max cset name='Out DAIR Mux' 0
amixer -c sofglkda7219max cset name='Mixer Out FilterL DACL Switch' 1
amixer -c sofglkda7219max cset name='Mixer Out FilterR DACR Switch' 1 10
amixer -c sofglkda7219max cset name='Mixer Out FilterR DACR Switch' 1
amixer -c sofglkda7219max cset name='PGA1.0 1 Master Playback Volume' 32

# set HDMI volume
Expand Down

0 comments on commit 242bd90

Please sign in to comment.