Skip to content

Commit

Permalink
kmod: sof_remove: add changes for SoundWire/BPT
Browse files Browse the repository at this point in the history
New modules and new dependencies

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Nov 21, 2023
1 parent 6a218bf commit 2857477
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ remove_module snd_sof_intel_bdw
#-------------------------------------------
# platform drivers
#-------------------------------------------
remove_module snd_sof_intel_hda_generic
remove_module snd_sof_intel_hda_common
remove_module snd_sof_intel_hda
remove_module snd_sof_intel_ipc
Expand Down Expand Up @@ -261,17 +262,22 @@ remove_module snd_hda_codec_generic

remove_module snd_soc_wm8960

#-------------------------------------------
# SoundWire/SOF parts
#-------------------------------------------
remove_module soundwire_intel_init
remove_module soundwire_intel
remove_module soundwire_cadence
remove_module soundwire_generic_allocation
remove_module snd_sof_intel_hda_sdw_bpt

#-------------------------------------------
# Remaining core SOF parts
#-------------------------------------------
remove_module snd_soc_acpi

remove_module snd_intel_dspcfg

remove_module soundwire_intel_init
remove_module soundwire_intel
remove_module soundwire_cadence
remove_module soundwire_generic_allocation
remove_module regmap_sdw
remove_module regmap_sdw_mbq
remove_module soundwire_bus
Expand Down

0 comments on commit 2857477

Please sign in to comment.