[T20] Use different audio.ko (#736)

Co-authored-by: Dmitry Ermakov <ermakov.dmitry8@gmail.com>
pull/737/head
Dmitry Ermakov 2023-04-21 16:59:59 +03:00 committed by GitHub
parent f3f310a649
commit 20751cee07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ fi
lsmod | grep "audio" >/dev/null
if [ $? -ne 0 ]; then
insmod ${KMOD_PATH/%\//}/audio.ko
insmod ${KMOD_PATH/%\//}/audio2.ko
check_return "insmod audio"
fi