File: README

package info (click to toggle)
alsa-utils 1.2.15.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,756 kB
  • sloc: ansic: 48,157; sh: 7,881; makefile: 604; xml: 590; sed: 16
file content (32 lines) | stat: -rw-r--r-- 1,184 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

	automated test scripts for linux audio driver
	based on alsa-lib interface by using alsabat
===============================================================================

This package contains the test scripts for linux audio driver based on
alsa-lib interface by using alsabat.
It supports analog and display(HDMI/DP) audio test.
The package needs  the alsa-utils, alsa-lib installed environment.

alsabat_main.sh
	- the main entrance test script,
	it will call the other scripts to run the tests
	(test result will save in the ./log/ folder)
analog_audio_playback_and_capture.sh
	- analog audio test script (please to loopback the
	analog audio output to analog audio input)
hdmi_audio_playback.sh
	- hdmi audio test script (please to loopback the hdmi audio output
	to analog audio input)
dp_audio_playback.sh
	- dp audio test script (please to loopback the dp audio
	output to analog audio input)
map_test_case
	- to map the test suite/cases to a test script
asound_state/
	- some asound.state config reference files
	based on different platforms

				Focus Luo <focus.luo@linux.intel.com>
				Wang,Jinliang <jinliang.wang@intel.com>
				Zhang,Keqiao <keqiao.zhang@intel.com>