[T20] Use different audio.ko

pull/736/head
Dmitry Ermakov 2023-04-21 16:56:36 +03:00
parent 3e30f92559
commit d14c1887ce
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