Commit 2ff9c0b
kmod: fix dependency order
We already dealt with an earlier dependency to fix this problem:
rmmod: ERROR: Module snd_hda_ext_core is in use by: snd_sof_intel_hda_mlink
However with PR thesofproject/linux#4200 we
use this hda_mlink module, which creates another dependency:
rmmod: ERROR: Module snd_sof_intel_hda_mlink is in use by: soundwire_intel
The 'right' order to remove modules seems to be:
soundwire_intel
snd_sof_intel_hda_mlink
snd_hda_ext_core
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>1 parent ffd39d9 commit 2ff9c0b
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
264 | | - | |
265 | 263 | | |
266 | 264 | | |
267 | 265 | | |
| |||
274 | 272 | | |
275 | 273 | | |
276 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
| |||
0 commit comments