From 2857477ead95e8663154454ff0acf9993ba6c400 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Tue, 21 Nov 2023 09:37:20 -0600 Subject: [PATCH] kmod: sof_remove: add changes for SoundWire/BPT New modules and new dependencies Signed-off-by: Pierre-Louis Bossart --- tools/kmod/sof_remove.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/tools/kmod/sof_remove.sh b/tools/kmod/sof_remove.sh index 1527dce4..0334fa5e 100755 --- a/tools/kmod/sof_remove.sh +++ b/tools/kmod/sof_remove.sh @@ -134,6 +134,7 @@ remove_module snd_sof_intel_bdw #------------------------------------------- # platform drivers #------------------------------------------- +remove_module snd_sof_intel_hda_generic remove_module snd_sof_intel_hda_common remove_module snd_sof_intel_hda remove_module snd_sof_intel_ipc @@ -261,6 +262,15 @@ remove_module snd_hda_codec_generic remove_module snd_soc_wm8960 +#------------------------------------------- +# SoundWire/SOF parts +#------------------------------------------- +remove_module soundwire_intel_init +remove_module soundwire_intel +remove_module soundwire_cadence +remove_module soundwire_generic_allocation +remove_module snd_sof_intel_hda_sdw_bpt + #------------------------------------------- # Remaining core SOF parts #------------------------------------------- @@ -268,10 +278,6 @@ remove_module snd_soc_acpi remove_module snd_intel_dspcfg -remove_module soundwire_intel_init -remove_module soundwire_intel -remove_module soundwire_cadence -remove_module soundwire_generic_allocation remove_module regmap_sdw remove_module regmap_sdw_mbq remove_module soundwire_bus