Fix: Set SOF_ALSA_TOOL to default value globally.#1271
Fix: Set SOF_ALSA_TOOL to default value globally.#1271cgturner1 merged 1 commit intothesofproject:mainfrom
Conversation
Please don't mix 'fix' and 'refactor' purposes. As a fix it is better to treat $SOF_ALSA_TOOL not defined as default 'alsa', or set $SOF_ALSA_TOOL 'alsa' default globally. |
WIP. |
Set SOF_ALSA_TOOL to default value (alsa) globally. Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
d76cad8 to
413ba88
Compare
|
Please make this PR as a fix only which works for all test case scripts and do 'refactoring' as a separate Pr (see also check-performance.sh) |
|
LGTM, but lets wait for test results |
Set SOF_ALSA_TOOL variable to a default value globally.
Justification:
After tinyalsa support was added (PR #1260), the use of SOF_ALSA_TOOL is now required for all tests before calling the aplay_opt or arecord_opt functions from lib.sh.