diff --git a/tools/kmod/sof_insert.sh b/tools/kmod/sof_insert.sh index 74c0a2df..fd55a9e0 100755 --- a/tools/kmod/sof_insert.sh +++ b/tools/kmod/sof_insert.sh @@ -83,9 +83,11 @@ insert_module snd_soc_es8316 insert_module snd_soc_es8326 insert_module snd_soc_wm8960 +insert_module snd_soc_simple_card # core SOF driver insert_module snd_sof +insert_module snd_sof_utils # insert top-level ACPI/PCI SOF drivers. They will register SOF components and # load machine drivers as needed. Do not insert any other sort of audio module, diff --git a/tools/kmod/sof_remove.sh b/tools/kmod/sof_remove.sh index 16f30ae1..69653dbb 100755 --- a/tools/kmod/sof_remove.sh +++ b/tools/kmod/sof_remove.sh @@ -295,6 +295,7 @@ remove_module snd_hda_codec_realtek remove_module snd_hda_codec_generic remove_module snd_soc_wm8960 +remove_module snd_soc_simple_card #------------------------------------------- # Remaining core SOF parts