[igt-dev] [PATCH i-g-t 1/2] tests/xe/xe_module_load: load snd_hda_intel module
Kamil Konieczny
kamil.konieczny at linux.intel.com
Fri Aug 25 14:29:05 UTC 2023
Hi Swati,
On 2023-08-24 at 19:35:18 +0530, Swati Sharma wrote:
> 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>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.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