From b4c6764e4f1b5514656ee66214ac80c9989254f5 Mon Sep 17 00:00:00 2001 From: Fred Oh Date: Mon, 13 Apr 2020 12:01:00 -0700 Subject: [PATCH] kmod: sof_remove.sh: add snd_sof_ipc_test, snd_sof_probes support When multiclient changes are merged, snd_sof_ipc_test is first client module to test ipc flood test. 2nd client is snf_sof_probes whilch support Probe feature. The client modules need to be removed before snd_sof. Signed-off-by: Fred Oh --- tools/kmod/sof_remove.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/kmod/sof_remove.sh b/tools/kmod/sof_remove.sh index 8d35b918..f9b4be70 100755 --- a/tools/kmod/sof_remove.sh +++ b/tools/kmod/sof_remove.sh @@ -52,6 +52,8 @@ remove_module snd_soc_sdw_rt700 remove_module snd_soc_sdw_rt711_rt1308_rt715 remove_module snd_soc_sof_sdw remove_module snd_soc_ehl_rt5660 +remove_module snd_sof_ipc_test +remove_module snd_sof_probes remove_module snd_sof remove_module snd_sof_nocodec