summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common/sst-match-acpi.c
diff options
context:
space:
mode:
authorVinod Koul2016-02-08 06:15:39 +0100
committerMark Brown2016-02-08 15:36:05 +0100
commit8ceffd229f0ef130530c79654e95b5fa007ae639 (patch)
tree06d05c0d98e6b0d3dde9c749d430c94baf247ee4 /sound/soc/intel/common/sst-match-acpi.c
parentASoC: Intel: Load the atom DPCM driver only (diff)
downloadkernel-qcow2-linux-8ceffd229f0ef130530c79654e95b5fa007ae639.tar.gz
kernel-qcow2-linux-8ceffd229f0ef130530c79654e95b5fa007ae639.tar.xz
kernel-qcow2-linux-8ceffd229f0ef130530c79654e95b5fa007ae639.zip
ASoC: Intel: Add module tags for common match module
The match module lacked module license and description, so add it Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/sst-match-acpi.c')
-rw-r--r--sound/soc/intel/common/sst-match-acpi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/common/sst-match-acpi.c b/sound/soc/intel/common/sst-match-acpi.c
index dd077e116d25..3b4539d21492 100644
--- a/sound/soc/intel/common/sst-match-acpi.c
+++ b/sound/soc/intel/common/sst-match-acpi.c
@@ -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");