Skip to content

Commit 6b061a7

Browse files
committed
ASoC: SOF: Intel: hda: Remove MODULE_SOFTDEP for snd-hda-codec-hdmi
The sofdep no longer works due to the reworked HDA audio stack and it was an incorrect way to try to work around system security policy blocking request_module use, even is they are legitimate. Drop the softdep to stop the whack-a-mole hacking around system configuration issues. Revert "ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module" This reverts commit 33b7dc7. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 28cdbad commit 6b061a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/sof/intel/hda-codec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ int hda_codec_i915_exit(struct snd_sof_dev *sdev)
451451
}
452452
EXPORT_SYMBOL_NS_GPL(hda_codec_i915_exit, "SND_SOC_SOF_HDA_AUDIO_CODEC_I915");
453453

454-
MODULE_SOFTDEP("pre: snd-hda-codec-hdmi");
455454
#endif
456455

457456
MODULE_LICENSE("Dual BSD/GPL");

0 commit comments

Comments
 (0)