Skip to content

Commit

Permalink
sof_remove.sh: Remove all ALSA modules
Browse files Browse the repository at this point in the history
Remove the remaining ALSA modules to have completely fresh start when
inserting the modules.
This way we can also test module parameters for the core.

Signed-off-by: Peter Ujfalusi <[email protected]>
  • Loading branch information
ujfalusi committed Nov 25, 2021
1 parent 0a464ff commit f15061b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,17 @@ remove_module regmap_sdw_mbq
remove_module soundwire_bus
remove_module snd_intel_sdw_acpi

#-------------------------------------------
# Remaining core ALSA/ASoC parts
#-------------------------------------------
remove_module snd_soc_core
remove_module snd_hda_codec
remove_module snd_hda_core
remove_module snd_hwdep
remove_module snd_compress
remove_module snd_pcm_dmaengine
remove_module snd_pcm

remove_module snd_ctl_led
remove_module snd_timer
remove_module snd
remove_module soundcore

0 comments on commit f15061b

Please sign in to comment.