From fb6929eee472f673b1a0126da9854f5aced359f1 Mon Sep 17 00:00:00 2001 From: Anne Onciulescu Date: Fri, 11 Oct 2024 19:00:38 +0300 Subject: [PATCH] kmod: Add modules useful for imx platforms Add snd_soc_simple_card module for insert/remove testing. Also, snd_sof_utils was missing from sof_insert.sh. Signed-off-by: Anne Onciulescu --- tools/kmod/sof_insert.sh | 2 ++ tools/kmod/sof_remove.sh | 1 + 2 files changed, 3 insertions(+) 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