Skip to content

Commit

Permalink
alsa_settings: create the symbolic links for new test configs
Browse files Browse the repository at this point in the history
We have switched to use new building service and deployment process
for IPC3 platforms and use test config instead of model name. So we
need to create the symbolic links for the new test configs to enable
the alsabat playback test.

Signed-off-by: Keqiao Zhang <[email protected]>
  • Loading branch information
keqiaozhang committed Sep 25, 2023
1 parent bbae502 commit 3ee0bac
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions alsa_settings/ADLP_RVP_SDW-cavs2_5-ipc4.sh
1 change: 1 addition & 0 deletions alsa_settings/CML_HEL_RT5682-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/CML_RVP_SDW-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/CML_SKU0955_HDA-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/CML_SKU0983_SDW-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/GLK_BOB_DA7219-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/MTLP_RVP_HDA-ace1_0-ipc4.sh
1 change: 1 addition & 0 deletions alsa_settings/MTLP_RVP_SDW-ace1_0-ipc4.sh
1 change: 1 addition & 0 deletions alsa_settings/MTLP_SDW_AIOC-ace1_0-ipc4.sh
11 changes: 11 additions & 0 deletions alsa_settings/TGLH_SKU0A70_HDA-cavs2_5-ipc4.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
set -e

# enable headset playback
amixer -c sofhdadsp cset name='Master Playback Switch' 1
amixer -c sofhdadsp cset name='Master Playback Volume' 80
amixer -c sofhdadsp cset name='Headphone Playback Switch' 1
amixer -c sofhdadsp cset name='Headphone Playback Volume' 80
# enable headset capture
amixer -c sofhdadsp cset name='Headphone Mic Boost Volume' 0
amixer -c sofhdadsp cset name='Headset Mic Boost Volume' 0
amixer -c sofhdadsp cset name='Capture Volume' 30
1 change: 1 addition & 0 deletions alsa_settings/TGLU_RVP_HDA-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/TGLU_RVP_SDW-cavs2_5-ipc4.sh
1 change: 1 addition & 0 deletions alsa_settings/TGLU_RVP_SDW-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/TGLU_SKU0A32_SDCA-sof-ipc3.sh
1 change: 1 addition & 0 deletions alsa_settings/TGLU_UP_HDA-cavs2_5-ipc4.sh

0 comments on commit 3ee0bac

Please sign in to comment.