|
|
ebegin "Killing processes using ALSA" | ebegin "Killing processes using ALSA" |
terminate | terminate |
eend 0 | eend 0 |
|
|
if [ -f /proc/modules ] && [ "${UNLOAD_ON_STOP}" = "yes" ]; then | if [ -f /proc/modules ] && [ "${UNLOAD_ON_STOP}" = "yes" ]; then |
local ver="24" | local ver="24" |
rmmod --version | grep -q module-init-tools && ver="26" |
if rmmod --help 2>&1 | grep -q "BusyBox"; then |
|
ver="26" |
|
else |
|
rmmod --version | grep -q module-init-tools && ver="26" |
|
fi |
| |
ebegin "Unloading ALSA modules" | ebegin "Unloading ALSA modules" |
eindent | eindent |