aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2010-03-06 21:43:34 +0100
committerJaroslav Kysela <perex@perex.cz>2010-03-06 21:45:27 +0100
commit33f91f31e938cce263dc64bbe60a53befc452b06 (patch)
treeb807424ddd948c6f66716f835c71ba18ae2eef90
parent1532ccea8281d16fd9beee28dfb6efb26839e727 (diff)
downloadalsa-driver-build-unstable-33f91f31e938cce263dc64bbe60a53befc452b06.tar.gz
alsa-compile.sh: handle ac97_bus module in current_modules
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rwxr-xr-xutils/alsa-compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsa-compile.sh b/utils/alsa-compile.sh
index f24df55dc..7d80ba6fb 100755
--- a/utils/alsa-compile.sh
+++ b/utils/alsa-compile.sh
@@ -711,7 +711,7 @@ parse_modules() {
# Echo the list of loaded sound modules
current_modules() {
- lsmod | cut -d ' ' -f 1 | grep -E "^(snd[_-]|snd$)"
+ lsmod | cut -d ' ' -f 1 | grep -E "^(snd[_-]|snd$|ac97_bus$)"
}
# Remove kernel modules, using two phases