Skip to content

Commit 5337480

Browse files
committed
sof_remove.sh: remove obsolete options
We modified the PCI/ACPI driver split in kernel 5.13, e.g. with patches such as "ASoC: SOF: pci: split PCI into different drivers" That was 10+ kernel versions ago and more that two years. Remove all obsolete dependencies. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 6b35e10 commit 5337480

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tools/kmod/sof_remove.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ remove_module snd_sof_acpi_intel_bdw
9696
remove_module snd_sof_imx8
9797
remove_module snd_sof_imx8m
9898

99-
#--------------------------------------------------
100-
# With older kernels this is in use by snd_sof_pci,
101-
# see https://github.com/thesofproject/linux/pull/2683
102-
#--------------------------------------------------
103-
remove_module snd_sof_intel_hda_common || true
104-
10599
#-------------------------------------------
106100
# Helpers
107101
#-------------------------------------------
@@ -125,12 +119,6 @@ remove_module snd_soc_skl
125119
remove_module snd_soc_avs
126120
remove_module snd_soc_hda_codec
127121

128-
#------------------------------------------------------
129-
# obsolete platform drivers - kept to avoid breaking CI
130-
#------------------------------------------------------
131-
remove_module snd_sof_intel_byt
132-
remove_module snd_sof_intel_bdw
133-
134122
#-------------------------------------------
135123
# platform drivers
136124
#-------------------------------------------

0 commit comments

Comments
 (0)