Skip to content

Commit

Permalink
kmod: sof_remove: add snd_soc_intel_sof_board_helpers
Browse files Browse the repository at this point in the history
Fix issue reported by CI

rmmod: ERROR: Module snd_soc_intel_hda_dsp_common is in use by:
snd_soc_intel_sof_board_helpers

There's clearly a dependency between the two modules, confirmed by the
MODULE_IMPORT_NS in the code.

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Nov 22, 2023
1 parent 6063785 commit e2db826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ remove_module snd_soc_sdw_rt711_rt1308_rt715
remove_module snd_soc_sof_sdw
remove_module snd_soc_sof_es8336
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_realtek_common
Expand Down

0 comments on commit e2db826

Please sign in to comment.