ASoC: sigmadsp: Add missing module description
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2024 09:19:01 +0000 (11:19 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 8 May 2024 11:51:08 +0000 (20:51 +0900)
Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(),
let's add the missing information.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/ZjpQm-hxLQtpgkUx@smile.fi.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/20240508091909.27062-3-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sigmadsp.c

index 56546e2394aba13736bbeb766894289e6a88d640..201f74e3a7aec4f6bdd50b221e71b2c9128658d0 100644 (file)
@@ -805,4 +805,5 @@ int sigmadsp_restrict_params(struct sigmadsp *sigmadsp,
 }
 EXPORT_SYMBOL_GPL(sigmadsp_restrict_params);
 
+MODULE_DESCRIPTION("Analog Devices SigmaStudio firmware helpers");
 MODULE_LICENSE("GPL");