From 5c9f64160990aab6725afd6567aa937769105cac Mon Sep 17 00:00:00 2001 From: Brent Lu Date: Wed, 10 Apr 2024 17:30:42 +0800 Subject: [PATCH] kmod: sof_remove: add snd_soc_intel_sof_nuvoton_common An new helper module has been created for nuvoton speaker amplifier. Add the new module to the script. Signed-off-by: Brent Lu --- tools/kmod/sof_remove.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/kmod/sof_remove.sh b/tools/kmod/sof_remove.sh index b0f4fb6f..f3ad3d94 100755 --- a/tools/kmod/sof_remove.sh +++ b/tools/kmod/sof_remove.sh @@ -179,6 +179,7 @@ remove_module snd_soc_ehl_rt5660 remove_module snd_soc_intel_sof_board_helpers remove_module snd_soc_intel_hda_dsp_common remove_module snd_soc_intel_sof_maxim_common +remove_module snd_soc_intel_sof_nuvoton_common remove_module snd_soc_intel_sof_realtek_common #-------------------------------------------