mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:15:43 +01:00
0882d92732
This patch includes automated test scripts for linux audio driver based on alsa-lib interface by using alsabat as test tool. It supports analog and display(HDMI/DP) audio test. The package needs the alsa-utils, alsa-lib installed environment. Signed-off-by: Focus Luo <focus.luo@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
10 lines
244 B
Makefile
10 lines
244 B
Makefile
alsabat_script_files = analog_audio_playback_and_capture.sh \
|
|
dp_audio_playback.sh \
|
|
dp_audio_subdevice_number.sh \
|
|
hdmi_audio_playback.sh \
|
|
hdmi_audio_subdevice_number.sh \
|
|
map_test_case \
|
|
README
|
|
|
|
EXTRA_DIST = \
|
|
$(alsabat_script_files)
|