Skip to content

Commit 1a7dc1c

Browse files
tiwaibroonie
authored andcommitted
ASoC: sigmadsp: Add missing module description
Now that make W=1 starts complaining the lack of MODULE_DESCRIPTION(), let's add the missing information. Suggested-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 1dec672 commit 1a7dc1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/sigmadsp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,4 +805,5 @@ int sigmadsp_restrict_params(struct sigmadsp *sigmadsp,
805805
}
806806
EXPORT_SYMBOL_GPL(sigmadsp_restrict_params);
807807

808+
MODULE_DESCRIPTION("Analog Devices SigmaStudio firmware helpers");
808809
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)