Skip to content

Commit

Permalink
LNLM_SDW_AIOC.sh: overrides the headset detected_mode
Browse files Browse the repository at this point in the history
LNL RVP keep toggling between headphone and headset. Overrides to headset
only for the test.

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
  • Loading branch information
fredoh9 committed May 8, 2024
1 parent 8ab2af8 commit 0ef13de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alsa_settings/LNLM_SDW_AIOC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -e
amixer -c sofsoundwire cset name='Headphone Switch' on
amixer -c sofsoundwire cset name='rt711 FU05 Playback Volume' 80

# override jack detection mode to headset
amixer -c sofsoundwire ct name='rt711 GE49 Selected Mode' 2

# enable headset capture
amixer -c sofsoundwire cset name='Headset Mic Switch' on
amixer -c sofsoundwire cset name='rt711 FU0F Capture Switch' on
Expand Down

0 comments on commit 0ef13de

Please sign in to comment.