[PATCH i-g-t] tests/intel/i915_module_load: Do not skip on snd

Lucas De Marchi lucas.demarchi at intel.com
Tue Mar 11 19:53:39 UTC 2025


The fact that snd_hda_* is loaded doesn't mean i915 is. It used to be
the case that loading e.g. snd_hda_intel would load i915 because of a
request_module("i915") in the kernel. However that changed in
commit e6d0c13e9f46 ("ALSA: hda: i915: Remove extra argument from
snd_hdac_i915_init").

Drop the snd_* modules from unwanted_drivers.

Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
 tests/intel/i915_module_load.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/intel/i915_module_load.c b/tests/intel/i915_module_load.c
index b3752a19c..2047d1886 100644
--- a/tests/intel/i915_module_load.c
+++ b/tests/intel/i915_module_load.c
@@ -368,8 +368,6 @@ igt_main
 		const char * unwanted_drivers[] = {
 			"i915",
 			"intel-gtt",
-			"snd_hda_intel",
-			"snd_hdmi_lpe_audio",
 			NULL
 		};
 
-- 
2.48.1



More information about the igt-dev mailing list