mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:45:44 +01:00
18a1ed8f89
This patch includes the reference asound.state config files on Intel Skylake, Broadwell and Hsawell platforms Signed-off-by: Focus Luo <focus.luo@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
asound_state | ||
alsabat_main.sh | ||
analog_audio_playback_and_capture.sh | ||
dp_audio_playback.sh | ||
dp_audio_subdevice_number.sh | ||
hdmi_audio_playback.sh | ||
hdmi_audio_subdevice_number.sh | ||
Makefile.am | ||
map_test_case | ||
README |
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>