Skip to content

Commit

Permalink
kmod: sof_remove: update machine driver modules
Browse files Browse the repository at this point in the history
Machine driver sof_da7219_max98373 has been renamed and there are two
helper modules for cirrus logic and nuvoton amplifiers respectively.
Update the script to reflect the linux kernel change.

Signed-off-by: Brent Lu <brent.lu@intel.com>
  • Loading branch information
brentlu committed Sep 25, 2023
1 parent bbae502 commit a9bed6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ remove_module snd_soc_acpi_intel_match
# Machine drivers
#-------------------------------------------
remove_module snd_soc_sof_rt5682
remove_module snd_soc_sof_da7219_max98373
remove_module snd_soc_sof_da7219
remove_module snd_soc_sst_bdw_rt5677_mach
remove_module snd_soc_bdw_rt286
remove_module snd_soc_sst_broadwell
Expand All @@ -169,7 +169,9 @@ remove_module snd_soc_sof_sdw
remove_module snd_soc_sof_es8336
remove_module snd_soc_ehl_rt5660
remove_module snd_soc_intel_hda_dsp_common
remove_module snd_soc_intel_sof_cirrus_common
remove_module snd_soc_intel_sof_maxim_common
remove_module snd_soc_intel_sof_nuvoton_common
remove_module snd_soc_intel_sof_realtek_common

#-------------------------------------------
Expand Down

0 comments on commit a9bed6e

Please sign in to comment.