Skip to content

Commit

Permalink
The latest kernel of raspberry PI is unstable, so do this anyway to m…
Browse files Browse the repository at this point in the history
…ake sure the driver loads correctly
  • Loading branch information
Pillar1989 authored Jul 25, 2019
1 parent 08f0d96 commit 277aeac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions seeed-voicecard
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 277aeac

Please sign in to comment.