We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be514b commit ffc22a6Copy full SHA for ffc22a6
1 file changed
alsa_settings/PTLH_HDA_AIOC.sh
@@ -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