Skip to content

Commit

Permalink
alsa_settings: increase gain on headphone volume on GLK
Browse files Browse the repository at this point in the history
Headphone Volume is set too low. 0db is most common setting but I set
intentionally 3 db lower for safety.

For Headphone Volume for the device,
34 is -23db
54 is -3db
57 is 0db

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
  • Loading branch information
fredoh9 committed Jun 29, 2023
1 parent 7be8beb commit 1510d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alsa_settings/GLK_BOB_DA7219.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -e

# enable headset playback
amixer -c sofglkda7219max cset name='Headphone Gain Ramp Switch' 1
amixer -c sofglkda7219max cset name='Headphone Volume' 35 35
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
Expand Down

0 comments on commit 1510d8a

Please sign in to comment.