Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
ad7c24932725b9ab37b65fe359a41f8ba3e3dfcf
/
.
/
ci
/
load-snd-dummy.sh
blob: 5ceb7cedff812e3368350c56a554b129b9d7b36c [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
if
!
modprobe snd
-
dummy
;
then
# snd-dummy is contained in linux-modules-extra (if exists)
apt install
-
y
"linux-modules-extra-$(uname -r)"
modprobe snd
-
dummy
fi