From eab942229f04eabb6e533723ccc29d8f99a11df5 Mon Sep 17 00:00:00 2001 From: harajend Date: Tue, 19 Nov 2024 12:50:32 +0530 Subject: [PATCH 1/2] Create PTLP_RVP_SDW.sh Added Amixer specific to PTL Signed-off-by: harajend --- alsa_settings/PTLP_RVP_SDW.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 alsa_settings/PTLP_RVP_SDW.sh diff --git a/alsa_settings/PTLP_RVP_SDW.sh b/alsa_settings/PTLP_RVP_SDW.sh new file mode 100644 index 00000000..d7f81863 --- /dev/null +++ b/alsa_settings/PTLP_RVP_SDW.sh @@ -0,0 +1,6 @@ +set -e + +# enable headset playback and capture +amixer -c sofsoundwire cset name='Headset Mic Switch' on +amixer -c sofsoundwire cset name='rt722 FU0F Capture Switch' on +amixer -c sofsoundwire cset name='rt722 FU0F Capture Volume' 50 From aef2552bab0080cccd0cc17b21a780b5ef8da505 Mon Sep 17 00:00:00 2001 From: harajend Date: Fri, 22 Nov 2024 19:05:22 +0530 Subject: [PATCH 2/2] Create Hi_Fi_Audio_playback.md Signed-off-by: harajend --- test-case/manual/Hi_Fi_Audio_playback.md | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 test-case/manual/Hi_Fi_Audio_playback.md diff --git a/test-case/manual/Hi_Fi_Audio_playback.md b/test-case/manual/Hi_Fi_Audio_playback.md new file mode 100644 index 00000000..d7f93d2f --- /dev/null +++ b/test-case/manual/Hi_Fi_Audio_playback.md @@ -0,0 +1,32 @@ +# High Fidelity Audio render for 3.5mm JACK and USB-A/USB-C endpoints +Hi-Fi 24Hz 96/192KHz audio playback using 3.5mm JACK and USB-A/USB-C endpoints + +# Preconditions +1. System is powered on. +2. download audio files from cloud share point: https://intel-my.sharepoint.com/:f:/r/personal/hariprasad_rajendra_intel_com/Documents/Test_Media?csf=1&web=1&e=oC5fGF + jazz-96kHz-24bit.flac and slow-motion_24bit-192khz.flac + +# Test Description +* Play Hi-Fi 24Hz 96/192KHz audio on 3.5mm JACK endpoint +* Playback should smooth with any glitches/noise +* Repeat same on USB endpoint + +## Playback via 3.5mm JACK Headset +1. Clear Dmesg log + "sudo dmesg -c" +2. Plug 3.5mm headset into applicable JACK and check the endpoints enemuration + "aplay -l" +3. Notedown the JACK card and device details + default case "card:0 and device:0" is sync with JACK +4. Play Hi-Fi audio file on JACK hardware device + "aplay -Dhw:0,0 -c 2 -r 192000 -F S24_LE slow-motion_24bit-192khz.flac" +5. Listen audio playback via headset +6. Check dmesg log +7. Repeat step 1-5 for USB-A/USB-C Headset + +## Expect result +1. No audio related error observation in dmesg log +2. 3.5mm JACK device should list +4. Playback should run smooth without any failure messages +5. No noise/glitches sound hear from speakers during playback +6. No audio related error observation in dmesg log