persistent_add ALSATOOLS                                          &&

TOOLSLIST=`cat $SCRIPT_DIRECTORY/sound.tools`                     &&

ALSATOOLS=`dialog  --backtitle  "ALSA Tools Configuration Menu"   \
                   --stdout                                       \
                   --checklist "Select an ALSA tool:"             \
                   0 0 0                                          \
                   $TOOLSLIST`
