Re: [PATCH -next] ASoC: intel/boards: add missing MODULE_DEVICE_TABLE

From: Pierre-Louis Bossart
Date: Wed May 12 2021 - 14:06:42 EST




I wonder if this MODULE_DEVICE_TABLE generates the alias automatically,
which would make the existing ones added manually at the end of the files
unnecessary? If that was the case, then we should remove those MODULE_ALIAS
as well, no?

Yes, you shouldn't need the MODULE_ALIAS stuff there.

ok, if that's alright with everyone I'll send a larger patchset that correct this for all machine drivers, and add the following two tags to give proper credits to the reporters.

Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
Suggested-by: Zou Wei <zou_wei@xxxxxxxxxx>