• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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