Skip to content

Commit

Permalink
add alsabat mixer settings for PTL HDA
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinkh30 committed Jan 13, 2025
1 parent 6be514b commit ffc22a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions alsa_settings/PTLH_HDA_AIOC.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
set -e

# enable headset playback
amixer -c sofhdadsp cset name='Master Playback Switch' 1
amixer -c sofhdadsp cset name='Master Playback Volume' 87
amixer -c sofhdadsp cset name='Headphone Playback Switch' 1
amixer -c sofhdadsp cset name='Headphone Playback Volume' 60

# enable headset capture
amixer -c sofhdadsp cset name='Capture Switch' on
amixer -c sofhdadsp cset name='Capture Volume' 30
~

0 comments on commit ffc22a6

Please sign in to comment.