[igt-dev] [PATCH i-g-t 1/2] tests/xe/xe_module_load: load snd_hda_intel module
Swati Sharma
swati2.sharma at intel.com
Thu Aug 24 14:05:18 UTC 2023
snd_hda_intel kernel module is required to validate HD-audio.
Load this module along with other modules.
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
tests/xe/xe_module_load.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/xe/xe_module_load.c b/tests/xe/xe_module_load.c
index 575d57268..75ee948a7 100644
--- a/tests/xe/xe_module_load.c
+++ b/tests/xe/xe_module_load.c
@@ -93,6 +93,7 @@ static void load_and_check_xe(const char *opts)
static const char * const unwanted_drivers[] = {
"xe",
"i915",
+ "snd_hda_intel",
NULL
};
--
2.25.1
More information about the igt-dev
mailing list