Commit 8ceffd22 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown
Browse files

ASoC: Intel: Add module tags for common match module



The match module lacked module license and description, so add it

Acked-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent cfffcc66
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,3 +41,6 @@ struct sst_acpi_mach *sst_acpi_find_machine(struct sst_acpi_mach *machines)
	return NULL;
}
EXPORT_SYMBOL_GPL(sst_acpi_find_machine);

MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Intel Common ACPI Match module");