Skip to content

Commit 3d4668f

Browse files
committed
kmod: sof_remove: add changes for SoundWire/BPT
New modules and new dependencies Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent e2db826 commit 3d4668f

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

tools/kmod/sof_remove.sh

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ remove_module snd_sof_intel_bdw
134134
#-------------------------------------------
135135
# platform drivers
136136
#-------------------------------------------
137+
remove_module snd_sof_intel_hda_generic
137138
remove_module snd_sof_intel_hda_common
138139
remove_module snd_sof_intel_hda
139140
remove_module snd_sof_intel_ipc
@@ -261,17 +262,22 @@ remove_module snd_hda_codec_generic
261262

262263
remove_module snd_soc_wm8960
263264

265+
#-------------------------------------------
266+
# SoundWire/SOF parts
267+
#-------------------------------------------
268+
remove_module soundwire_intel_init
269+
remove_module soundwire_intel
270+
remove_module soundwire_cadence
271+
remove_module soundwire_generic_allocation
272+
remove_module snd_sof_intel_hda_sdw_bpt
273+
264274
#-------------------------------------------
265275
# Remaining core SOF parts
266276
#-------------------------------------------
267277
remove_module snd_soc_acpi
268278

269279
remove_module snd_intel_dspcfg
270280

271-
remove_module soundwire_intel_init
272-
remove_module soundwire_intel
273-
remove_module soundwire_cadence
274-
remove_module soundwire_generic_allocation
275281
remove_module regmap_sdw
276282
remove_module regmap_sdw_mbq
277283
remove_module soundwire_bus

0 commit comments

Comments
 (0)