Skip to content

Commit

Permalink
alsa_settings/PTLH_HDA_AIOC.sh: Add alsabat mixer settings for PTL HDA
Browse files Browse the repository at this point in the history
Signed-off-by: Mohsin Khan <[email protected]>
  • Loading branch information
mohsinkh30 committed Jan 20, 2025
1 parent c9b03e5 commit b83eba1
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 b83eba1

Please sign in to comment.