aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/atom.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <[email protected]>2024-05-27 19:44:14 +0000
committerMark Brown <[email protected]>2024-05-27 20:19:27 +0000
commit3ff78451b8e446e9a548b98a0d4dd8d24dc5780b (patch)
tree9274c022673600dd50215e92ff5879dfc7fdec00 /sound/soc/sof/intel/atom.c
parentASoC: SOF: reorder MODULE_ definitions (diff)
downloadkernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.tar.gz
kernel-3ff78451b8e446e9a548b98a0d4dd8d24dc5780b.zip
ASoC: SOF: add missing MODULE_DESCRIPTION()
MODULE_DESCRIPTION() was optional until it became mandatory and flagged as an error by 'make W=1'. Reported-by: Andy Shevchenko <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Daniel Baluta <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/sof/intel/atom.c')
-rw-r--r--sound/soc/sof/intel/atom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/atom.c b/sound/soc/sof/intel/atom.c
index 86af4e9a716e..3505ac3a1b14 100644
--- a/sound/soc/sof/intel/atom.c
+++ b/sound/soc/sof/intel/atom.c
@@ -418,3 +418,4 @@ void atom_set_mach_params(struct snd_soc_acpi_mach *mach,
EXPORT_SYMBOL_NS(atom_set_mach_params, SND_SOC_SOF_INTEL_ATOM_HIFI_EP);
MODULE_LICENSE("Dual BSD/GPL");
+MODULE_DESCRIPTION("SOF support for Atom platforms");