The latest kernel of raspberry PI is unstable, so do this anyway to make sure the driver loads correctly
This commit is contained in:
parent
08f0d96d68
commit
277aeacb81
1 changed files with 3 additions and 2 deletions
|
@ -129,9 +129,10 @@ if [ "$overlay" ]; then
|
|||
do_overlay $i 1
|
||||
fi
|
||||
done
|
||||
else
|
||||
dtoverlay $overlay
|
||||
fi
|
||||
#make sure the driver loads correctly
|
||||
dtoverlay $overlay || true
|
||||
|
||||
|
||||
echo "create $overlay asound configure file"
|
||||
ln -s $asound_conf /etc/asound.conf
|
||||
|
|
Loading…
Reference in a new issue