Name Date Size

..25-Oct-20244 KiB

alsabat_main.shH A D25-Oct-20244.9 KiB

analog_audio_playback_and_capture.shH A D25-Oct-20242.4 KiB

asound_state/H25-Oct-20244 KiB

dp_audio_playback.shH A D25-Oct-20242.3 KiB

dp_audio_subdevice_number.shH A D25-Oct-20241.8 KiB

hdmi_audio_playback.shH A D25-Oct-20242.3 KiB

hdmi_audio_subdevice_number.shH A D25-Oct-20241.6 KiB

Makefile.amH A D25-Oct-2024265

map_test_caseH A D25-Oct-2024342

READMEH A D25-Oct-20241.2 KiB

README

1
2	automated test scripts for linux audio driver
3	based on alsa-lib interface by using alsabat
4===============================================================================
5
6This package contains the test scripts for linux audio driver based on
7alsa-lib interface by using alsabat.
8It supports analog and display(HDMI/DP) audio test.
9The package needs  the alsa-utils, alsa-lib installed environment.
10
11alsabat_main.sh
12	- the main entrance test script,
13	it will call the other scripts to run the tests
14	(test result will save in the ./log/ folder)
15analog_audio_playback_and_capture.sh
16	- analog audio test script (please to loopback the
17	analog audio output to analog audio input)
18hdmi_audio_playback.sh
19	- hdmi audio test script (please to loopback the hdmi audio output
20	to analog audio input)
21dp_audio_playback.sh
22	- dp audio test script (please to loopback the dp audio
23	output to analog audio input)
24map_test_case
25	- to map the test suite/cases to a test script
26asound_state/
27	- some asound.state config reference files
28	based on different platforms
29
30				Focus Luo <focus.luo@linux.intel.com>
31				Wang,Jinliang <jinliang.wang@intel.com>
32				Zhang,Keqiao <keqiao.zhang@intel.com>
33