• Home
Name Date Size #Lines LOC

..--

asound_state/12-May-2024-1,2281,223

Makefile.amD12-May-2024265 1210

READMED12-May-20241.2 KiB3328

alsabat_main.shD12-May-20244.9 KiB179111

analog_audio_playback_and_capture.shD12-May-20242.4 KiB8548

dp_audio_playback.shD12-May-20242.3 KiB8448

dp_audio_subdevice_number.shD12-May-20241.8 KiB6935

hdmi_audio_playback.shD12-May-20242.3 KiB8247

hdmi_audio_subdevice_number.shD12-May-20241.6 KiB6632

map_test_caseD12-May-2024342 96

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