Skip to content

Commit f0293d4

Browse files
mohsinkh30kv2019i
authored andcommitted
alsa_settings/PTLH_HDA_AIOC.sh: Add alsabat mixer settings for PTL HDA
Signed-off-by: Mohsin Khan <mohsin.khan@intel.com>
1 parent bcd5ce3 commit f0293d4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

alsa_settings/PTLH_HDA_AIOC.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
set -e
2+
3+
# enable headset playback
4+
amixer -c sofhdadsp cset name='Master Playback Switch' 1
5+
amixer -c sofhdadsp cset name='Master Playback Volume' 87
6+
amixer -c sofhdadsp cset name='Headphone Playback Switch' 1
7+
amixer -c sofhdadsp cset name='Headphone Playback Volume' 60
8+
9+
# enable headset capture
10+
amixer -c sofhdadsp cset name='Capture Switch' on
11+
amixer -c sofhdadsp cset name='Capture Volume' 30
12+
~
13+

0 commit comments

Comments
 (0)