# @name ALSA Performance test
# @desc Do capture,playback operations by measuring cpu performance 
# @requires sound
ALSA_M_PERF_CAPTURE_0001 source 'common.sh' ; do_cmd install_modules.sh 'sound'; do_cmd 'run_alsa_perf_test.sh record';
ALSA_M_PERF_PLAYBACK_0001 source 'common.sh' ; do_cmd install_modules.sh 'sound'; do_cmd 'run_alsa_perf_test.sh playback';