projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfffcc6
)
ASoC: Intel: Add module tags for common match module
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 8 Feb 2016 05:15:39 +0000
(10:45 +0530)
committer
Mark Brown
<broonie@kernel.org>
Mon, 8 Feb 2016 14:36:05 +0000
(14:36 +0000)
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>
sound/soc/intel/common/sst-match-acpi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/common/sst-match-acpi.c
b/sound/soc/intel/common/sst-match-acpi.c
index dd077e116d259b6b60f509f2b3cc10b020a2cb12..3b4539d21492484ac2ba15cec78a36f4e135aee6 100644
(file)
--- 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");