Skip to content

Commit ffd39d9

Browse files
committed
kmod: sof_remove: handle hda-mlink for LNL support
The new module added for LNL support needs to be removed, otherwise tests fail: rmmod: ERROR: Module snd_hda_ext_core is in use by: snd_sof_intel_hda_mlink Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent ca8bdb5 commit ffd39d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/kmod/sof_remove.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ remove_module snd_sof_intel_hda_common || true
108108
remove_module snd_sof_acpi
109109
remove_module snd_sof_pci
110110
remove_module snd_sof_intel_atom
111+
remove_module snd_sof_intel_hda_mlink
111112
remove_module imx_common
112113

113114
#-------------------------------------------

0 commit comments

Comments
 (0)