tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

README (1184B)


      1 
      2 	automated test scripts for linux audio driver
      3 	based on alsa-lib interface by using alsabat
      4 ===============================================================================
      5 
      6 This package contains the test scripts for linux audio driver based on
      7 alsa-lib interface by using alsabat.
      8 It supports analog and display(HDMI/DP) audio test.
      9 The package needs  the alsa-utils, alsa-lib installed environment.
     10 
     11 alsabat_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)
     15 analog_audio_playback_and_capture.sh
     16 	- analog audio test script (please to loopback the
     17 	analog audio output to analog audio input)
     18 hdmi_audio_playback.sh
     19 	- hdmi audio test script (please to loopback the hdmi audio output
     20 	to analog audio input)
     21 dp_audio_playback.sh
     22 	- dp audio test script (please to loopback the dp audio
     23 	output to analog audio input)
     24 map_test_case
     25 	- to map the test suite/cases to a test script
     26 asound_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>