mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[RPI] Allow some seconds to initialise the wm8960 hardware / driver
This commit is contained in:
@@ -63,6 +63,7 @@ if [ "$WM8960" == "found" ] && [ "$RESPEAKER4" != "found" ] ; then
|
||||
echo "Installing and configuring WM8960 based 2-mic HAT"
|
||||
dtoverlay wm8960-soundcard
|
||||
echo "Configuring board"
|
||||
sleep 3 # Allow some time to fully initialise the hardware / driver
|
||||
amixer -c "wm8960soundcard" cset numid=1 34,34
|
||||
amixer -c "wm8960soundcard" cset numid=26 3
|
||||
amixer -c "wm8960soundcard" cset numid=27 4
|
||||
|
Reference in New Issue
Block a user