load modules for hw video engine

With video decoder/encoder drivers added in kernel, load the related
modules in script.
This commit is contained in:
Wei
2025-09-08 13:21:37 +08:00
committed by Igor
parent 1fe139c1f5
commit abc67aeea5

View File

@@ -9,6 +9,8 @@ modules=(
snd_soc_hifi_realtek snd_soc_hifi_realtek
snd_soc_realtek snd_soc_realtek
rtk_drm rtk_drm
rtkve1
rtkve2
) )
for module in "${modules[@]}"; do for module in "${modules[@]}"; do