From f15061b4da92140aac206f00100a0a930c591c1b Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Thu, 25 Nov 2021 09:07:56 +0200 Subject: [PATCH] sof_remove.sh: Remove all ALSA modules Remove the remaining ALSA modules to have completely fresh start when inserting the modules. This way we can also test module parameters for the core. Signed-off-by: Peter Ujfalusi --- tools/kmod/sof_remove.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/kmod/sof_remove.sh b/tools/kmod/sof_remove.sh index a80bb3a88..f371f8272 100755 --- a/tools/kmod/sof_remove.sh +++ b/tools/kmod/sof_remove.sh @@ -241,6 +241,9 @@ remove_module regmap_sdw_mbq remove_module soundwire_bus remove_module snd_intel_sdw_acpi +#------------------------------------------- +# Remaining core ALSA/ASoC parts +#------------------------------------------- remove_module snd_soc_core remove_module snd_hda_codec remove_module snd_hda_core @@ -248,4 +251,7 @@ remove_module snd_hwdep remove_module snd_compress remove_module snd_pcm_dmaengine remove_module snd_pcm - +remove_module snd_ctl_led +remove_module snd_timer +remove_module snd +remove_module soundcore