aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/pci-skl.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/pci-skl.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/pci-skl.c')
-rw-r--r--sound/soc/sof/intel/pci-skl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/pci-skl.c b/sound/soc/sof/intel/pci-skl.c
index 862da8009543..8ca0231d7e4f 100644
--- a/sound/soc/sof/intel/pci-skl.c
+++ b/sound/soc/sof/intel/pci-skl.c
@@ -89,6 +89,7 @@ static struct pci_driver snd_sof_pci_intel_skl_driver = {
module_pci_driver(snd_sof_pci_intel_skl_driver);
MODULE_LICENSE("Dual BSD/GPL");
+MODULE_DESCRIPTION("SOF support for SkyLake platforms");
MODULE_IMPORT_NS(SND_SOC_SOF_INTEL_HDA_GENERIC);
MODULE_IMPORT_NS(SND_SOC_SOF_INTEL_HDA_COMMON);
MODULE_IMPORT_NS(SND_SOC_SOF_PCI_DEV);