Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kmod: sof_remove: add dependencies between platforms #1133

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,21 @@ remove_module snd_usb_audio
#-------------------------------------------
# Top level devices
# ACPI is after PCI due to TNG dependencies
# TGL and ICL depend on CNL, and LNL on MTL,
# the non-linear order is intentional
#-------------------------------------------
remove_module snd_hda_intel
remove_module snd_sof_pci_intel_tng
remove_module snd_sof_pci_intel_skl
remove_module snd_sof_pci_intel_apl
remove_module snd_sof_pci_intel_cnl
remove_module snd_sof_pci_intel_icl

remove_module snd_sof_pci_intel_tgl
remove_module snd_sof_pci_intel_mtl
remove_module snd_sof_pci_intel_icl
remove_module snd_sof_pci_intel_cnl

remove_module snd_sof_pci_intel_lnl
remove_module snd_sof_pci_intel_mtl

remove_module snd_sof_acpi_intel_byt
remove_module snd_sof_acpi_intel_bdw

Expand Down
Loading