Skip to content

Commit e7c456d

Browse files
kv2019ilgirdwood
authored andcommitted
alsa_settings: PTLH_HDA_AIOC.sh: fix mic source
Add explicit set for capture source to ensure the capture is done from the headset mic. Test cases (like alsabat) expect the HDA codec to be attached to a analog loopback cable. Also fix a stray '~' character in the script. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 026ec47 commit e7c456d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

alsa_settings/PTLH_HDA_AIOC.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ amixer -c sofhdadsp cset name='Headphone Playback Volume' 60
99
# enable headset capture
1010
amixer -c sofhdadsp cset name='Capture Switch' on
1111
amixer -c sofhdadsp cset name='Capture Volume' 30
12-
~
13-
12+
amixer -c sofhdadsp cset name='Capture Source' 2

0 commit comments

Comments
 (0)